<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Source Han Sans CN', 'Source Han Sans', 'Source Han Serif', 'WenQuanYi Micro Hei', 'Hiragino Sans GB', "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  padding-top: 90px;
}

a,
a:hover,
a:focus {
  font-family: 'Microsoft YaHei';
  font-size: 13px;
  color: #006743;
  text-decoration: none;
}

a:visited {
  font-family: 'Microsoft YaHei';
  font-size: 13px;
  /* color: #727272; */
  text-decoration: none;
}

p,
span {
  font-family: 'Microsoft YaHei', "Helvetica Neue", "Segoe UI", "wf_segoe-ui_normal", "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Tahoma, Arial, 'PingFang SC', 'Source Han Sans CN', 'Source Han Sans', 'Source Han Serif', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft YaHei', sans-serif;
}

/*鐗规畩瀛椾綋*/
@font-face {
  font-family: 'Univers';
  src: url('assets/fonts/UniversLTStd-UltraCn.woff.eot');
  src: url('assets/fonts/UniversLTStd-UltraCn.woff.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/UniversLTStd-UltraCn.woff.woff') format('woff'),
    url('assets/fonts/UniversLTStd-UltraCn.woff.ttf') format('truetype'),
    url('assets/fonts/UniversLTStd-UltraCn.woff.svg#NeuesBauenDemo') format('svg');
}

@font-face {
  font-family: "SourceHanSansSC-Medium";
  src: url("assets/fonts/SourceHanSansSC-Medium.woff2") format("woff2"),
    url("assets/fonts/SourceHanSansSC-Medium.woff") format("woff"),
    url("assets/fonts/SourceHanSansSC-Medium.ttf") format("truetype"),
    url("assets/fonts/SourceHanSansSC-Medium.eot") format("embedded-opentype"),
    url("assets/fonts/SourceHanSansSC-Medium.svg") format("svg"),
    url("assets/fonts/SourceHanSansSC-Medium.otf") format("opentype");
}

@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url('assets/fonts/SourceHanSansCN-Bold.eot');
  src: url('assets/fonts/SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/SourceHanSansCN-Bold.woff') format('woff'),
    url('assets/fonts/SourceHanSansCN-Bold.ttf') format('truetype'),
    url('assets/fonts/SourceHanSansCN-Bold.svg#NeuesBauenDemo') format('svg');
}

@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("assets/fonts/SourceHanSansCN-Normal.woff2") format("woff2"),
    url("assets/fonts/SourceHanSansCN-Normal.woff") format("woff"),
    url("assets/fonts/SourceHanSansCN-Normal.ttf") format("truetype"),
    url("assets/fonts/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
    url("assets/fonts/SourceHanSansCN-Normal.svg") format("svg"),
    url("assets/fonts/SourceHanSansCN-Normal.otf") format("opentype");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("assets/fonts/ROBOTO-REGULAR.woff2") format("woff2"),
    url("assets/fonts/ROBOTO-REGULAR.woff") format("woff"),
    url("assets/fonts/ROBOTO-REGULAR.ttf") format("truetype"),
    url("assets/fonts/ROBOTO-REGULAR.eot") format("embedded-opentype"),
    url("assets/fonts/ROBOTO-REGULAR.svg") format("svg"),
    url("assets/fonts/ROBOTO-REGULAR.otf") format("opentype");
}

@font-face {
  font-family: "Typopro-Rubik-Light";
  src: url("assets/fonts/typopro-rubik-light.woff2") format("woff2"),
    url("assets/fonts/typopro-rubik-light.woff") format("woff"),
    url("assets/fonts/typopro-rubik-light.ttf") format("truetype"),
    url("assets/fonts/typopro-rubik-light.eot") format("embedded-opentype"),
    url("assets/fonts/typopro-rubik-light.svg") format("svg"),
    url("assets/fonts/typopro-rubik-light.otf") format("opentype");
}

#univers,
.Univers {
  font-family: 'Univers';
  font-size: 30px;
}

#Source-Medium,
.Source-Medium {
  font-family: "SourceHanSansSC-Medium";
}

#Source-Bold,
.Source-Bold {
  font-family: 'SourceHanSansCN-Bold';
  font-weight: bold;
}

#Source-Normal,
.Source-Normal {
  font-family: 'SourceHanSansCN-Normal';
}

#FZZhengHeiS-DB-GB,
.FZZhengHeiS-DB-GB {
  font-family: 'Microsoft YaHei';
}

#Roboto-Regular,
.Roboto-Regular {
  font-family: 'Roboto-Regular';
}

.wrap-center {
  /* max-width: 1200px; */
  /* min-width: 320px; */
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.wrap-center .container-fixed {
  width: 1200px;
}

.wrap-center .container,
.wrap-center .container-fixed {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  border: 0px solid transparent;
  margin-bottom: 0px;
  /* min-height: 94px; */
  border-radius: 0px;
}

.navbar-default {
  background-color: #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-default .navbar-collapse {
  border: none;
}
.navbar .navbar-header{
  /* margin-left: 10px; */
}
.navbar .navbar-brand {
  height: 94px;
  padding: 20px 0 0 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-header a:focus {
  outline: none;
}

.navbar-header&gt;a.navbar-brand img {
  /* width: 115px; */
  height: 54px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.navbar-default .navbar-nav li {
  background: none;
  transition: background-color 700ms;
  -webkit-transition: background-color 700ms;  
}

.navbar-default .navbar-nav li.active,
.navbar-default .navbar-nav li:hover {
  background-color: #006743;
  color: #fff;
}

.navbar-default .navbar-nav li:hover a {
  /* color: #fff; */
}

.navbar-default ul.nav.navbar-nav li.active,
.navbar-default ul.nav.navbar-nav li.current-menu-parent {}

.navbar-default ul.nav.navbar-nav li.current-menu-parent li.active {
  border-bottom: 0;
}

.navbar-default .navbar-nav li a {
  font-weight: bold;
  font-size: 13px;
  line-height: 94px;
  padding: 0 15px;
  display: block;
  color: #666;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-default .navbar-nav li:hover a,
.navbar-default .navbar-nav li a:hover {
  color: #fff;
}

.navbar-default ul.navbar-nav li a:hover,
.navbar-default ul.navbar-nav li a:focus,
.navbar-default ul.navbar-nav&gt;li.active&gt;a,
.navbar-default ul.navbar-nav&gt;li.active&gt;a:hover {
  /* color: #7A7A7A; */
  color: #fff;
  background: none;
  outline: none;
}

.navbar-default ul.navbar-nav li a:focus {
  outline: none;
  background: none;
  color: #666;
}

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a:focus,
/* .navbar-default .navbar-nav&gt;.open-static&gt;a, */
.navbar-default .navbar-nav&gt;.open-static&gt;a:hover,
.navbar-default .navbar-nav&gt;.open-static&gt;a:focus {
  color: #fff;
  background: none;
}

.navbar-active.navbar-default {
  background: rgba(155, 155, 155, 0.8) none repeat scroll 0 0;
  border-bottom: 1px solid #232323;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-active.navbar {
  height: 70px;
}

.navbar-active .navbar-brand {
  height: 70px;
  padding: 21px 15px;
}

.navbar-active .navbar-nav&gt;li&gt;a {
  top: -8px;
  padding-top: 0px;
}

.navbar-active .navbar-header&gt;a.navbar-brand img {
  width: 115px;
  padding: 0px;
}

.navbar-active .navbar-nav {
  height: 67px;
}

.navbar-default .navbar-nav li.dropdown.open,
.navbar-default .navbar-nav li.dropdown.open-static {
  position: static;
}

.navbar-nav&gt;li.dropdown.open .dropdown-menu,
.navbar-nav&gt;li.dropdown.open-static .dropdown-menu {
  /*display: table; */
  border: none;
  border-radius: 0;
  width: 50%;
  /* text-align: center; */
  background-color: rgba(76, 74, 79, 0.75);
  text-align: left;
  margin-top: 0;
  padding: 0;
  left: 0;
  right: 0;
}

.home .navbar-nav&gt;li.dropdown.open .dropdown-menu {
  background-color: rgba(76, 74, 79, 0.75);
}

.navbar-nav li&gt;.dropdown-menu li {
  display: inline-block;
  padding: 0;
}

.navbar-default .navbar-nav li&gt;.dropdown-menu li a,
.navbar-default .navbar-default .navbar-nav .dropdown-menu .active a{
  color: #d2ced5;
  font-weight: bold;
  line-height: 60px;
  width:100%;
}

.navbar-default .navbar-nav .dropdown-menu li.active,
.navbar-default .navbar-nav .dropdown-menu li:hover {
  color: #006743; 
  background: none;
}

.navbar-default .navbar-nav .dropdown-menu .active a,
.navbar-default .navbar-nav .dropdown-menu li a:hover,
.navbar-default .navbar-nav .dropdown-menu li a:focus {
  color: #006743; 
  background: none;
  transition: color 300ms;
  -webkit-transition: color 300ms;
}

span.navline {
  position: absolute;
  width: 26px;
  height: 2px;
  background: #0C8C5F;
  left: 25px;
  bottom: 0;
  z-index: -99;
}

.submenu-div {
  background-color: rgba(12, 140, 95, 0.75);
  height: 55px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .navbar .navbar-brand {
    margin-left: 20px;
  }

  .navbar-default .navbar-nav li a {
    line-height: 1.2;
    padding: 8px;
  }

  .dropdown-menu&gt;li {
    display: block;
  }

  .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
    color: #FFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{
    color: #006743;
    background: none;
    }
  .navbar-nav li&gt;.dropdown-menu li a,
  .navbar-default .navbar-nav .dropdown-menu .active a,
  .navbar-nav li&gt;.dropdown-menu li a:hover,
  .navbar-nav li&gt;.dropdown-menu li a:focus {
    line-height: 1.2;
  }

  .navbar-nav&gt;li.dropdown.open .dropdown-menu,
  .navbar-nav&gt;li.dropdown.open-static .dropdown-menu {
    width: 100%;
  }
}

/***************棣栭〉********************/
/*杞挱鍥�*/
.carousel {
  position: relative;
  text-align: center;
}

.carouselleft {
  margin-left: 0px;
  margin-top: 145%;
  float: left;
}

.carouselright {
  margin-right: 0px;
  margin-top: 145%;
  float: right;
}

.home .main-content {
  padding-top: 35px;
}

.main-content .jtxw {
  padding-right: 0;
}

.main-content .jtxw-title {
  padding-left: 30px;
  padding-right: 0;
}

@media (max-width: 767px) {
  .home .main-content {
    padding-top: 20px;
  }

  .main-content .jtxw .tab-content {}

  .main-content .col-xs-12 .tab-content {}

  .main-content .col-xs-12 .tab-content h1 {
    padding-left: 10px;
  }

  .main-content .col-xs-12 .tab-content p {
    padding-left: 10px;
    width: 90%;
  }

  .main-content .col-xs-12.jtxw-title {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .main-content .home-video-wrap.col-xs-12 {
    margin-left: 0
  }

  .main-content .home-video-wrap.col-xs-12 .home-video {
    margin: 0 auto;
    padding-top: 20px;
  }
}

.main-content .home-video-wrap {
  padding-left: 0;
  padding-right: 0;
}

/*棣栭〉闆嗗洟鏂伴椈*/
.home .news {
  padding-bottom: 35px;
}

.news .tab-content .tab-pane .news-title h1 {
  font-size: 18px;
  line-height: 22px;
  color: #505960;
  font-family: 'SourceHanSansCN-Bold';
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 35px;
}

.news .tab-content .tab-pane .news-title p {
  color: #858585;
  font-size: 13px;
  line-height: 22px;
}

.news .table-link {
  width: 90%;
  margin-top: 8px;
}

.news .table-link th,
.news .table-link td {
  padding: 0 5px 0 0;
}

.news .table-link td {
  padding-top: 3px;
}

.news .table-link .table-th {
  text-align: center;
}

.news .table-link .table-th a {
  font-size: 14px;
  font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #FFF;
  background-color: #5E9F88;
  display: table-cell;
  width: 104px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-video-wrap {}

.home-video {
  width: 100%;
}

.home-video h1 {
  color: #595d6f;
  font-size: 13px;
  margin-top: -6px;
  line-height: 18px;
}

.home-video .rmb {
  height: 55px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 18px;
  margin-right: -30px;
  margin-left: -4px;
}

.home-video .rmb h2 {
  color: #e62b1e;
  font-size: 30px;
  float: left;
  font-family: dincond-medium-webfont;
  margin-top: 5px;
}

.home-video .rmb h3 {
  float: left;
  font-size: 25px;
  color: #e62b1e;
  font-family: dincond-medium-webfont;
  position: absolute;
  left: 121px;
  top: 40px;
  margin-top: 0;
}

.home-video .sj {
  color: #aaacb5;
  font-size: 12px;
  line-height: 22px;
  text-align: justify;
}

.home .footer .wrap-center {
  border-top: none;
}

/*棣栭〉闆嗗洟鏂伴椈*/
.jtxw-title .xian {
  height: 2px;
  width: 55px;
  background: #006743;
  position: relative;
  left: 0;
  margin-top: -2px;
}

.news .nav-tabs {
  border-bottom: 2px solid #DEDFE2;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 60px;
}

.news .nav-tabs li {
  margin-bottom: 0;
}

.news .nav-tabs li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  color: #747474;
  padding: 0 25px 20px 0;
  margin-right: 0;
  cursor: pointer;
}

.news .nav-tabs li.active a {
  /*color: #4d4852;*/
  color: #747474;
  border: none;
  /*border-bottom: 3px solid #4d4852;*/
}

.jtxw-title #tabContent1,
.jtxw-title #tabContent2 {}

.jtxw-content {
  margin-top: 20px;
  padding-left: 0;
  position: relative;
}

.jtxw-con {}

.txw-content1 {
  margin-right: 9px;
}

.jtxw-content1,
.jtxw-content2 {
  color: #858585;
  font-size: 13px;
  font-style: normal;
  line-height: 23px;
}

.jtxw-content1 {
  margin-right: 13px;
}

.jtxw-more {
  color: #858585;
  position: absolute;
  right: 60px;
}

@media(max-width:767px) {
  .jtxw-more {
    margin-top: 10px;
  }
}

.jtxw-more a:visited {
  /* color: #858585; */
}

.qin {

  overflow: hidden;
  background-color: #e0e2e4;
}

.qin ul {
  margin-bottom: 0;
  padding: 0;
}

.qin ul li {
  float: left;
  /* width: 285px; */
  height: 166px;
  overflow: hidden;
}

.qin ul .qin1 {
  width: 362px;
}

.qin ul .qin2 {
  width: 318px;
}

.qin ul .qin3 {
  width: 288px;
}

.qin ul .qin4 {
  width: 252px;
}

.qin ul li a {
  display: block;
  width: 1285px;
  height: 166px;
  position: relative;
}

.qin ul li a img {
  display: block;
  position: absolute;
  /* width: 427.5px;
  height: 166px; */
  z-index: 1;
}


.qin ul li:hover {
  width: 492px;
  height: 166px;
  transition: all .5s;
}

.qin ul li:hover span {
  font-size: 25px;
  padding: 1600px 0 0 150px;
  width: 285px;
  height: 40px;
  transition: all .5s;
  background: rgba(0, 0, 0, 0);
}

.qin ul:hover li:not(:hover) {
  width: 242.6px;
  transition: all .5s;
}

.btn-primary {
  background-color: #fff;
  width: 200px;
  height: 119px;
}

/*椤堕儴鍥剧墖*/
.topimg {
  background-image: url(assets/img/zjst/jtjj/jtjj.jpg);
  background-position: center;
  background-size: cover;
  height: 94px;
}

.topimg-xw,.top-cat-5 {
  background-image: url(assets/img/zjst/jtjj/xw.jpg);
  background-position: center;
  background-size: cover;
  height: 94px;
}

.topimg-lxwm {
  background-image: url(assets/img/zjst/jtjj/lxwm.jpg);
  background-position: center;
  background-size: cover;
  height: 94px;
}

.topimg-zjst {
  background-image: url(assets/img/zjst/jtjj/zjst.jpg);
  background-position: center;
  background-size: cover;
  height: 94px;
}

.topimg-shzr,.top-cat-10 {
  background-image: url(assets/img/zjst/jtjj/shzr.jpg);
  background-position: center;
  background-size: cover;
  height: 94px;
}

.topimg-rlzy,.top-cat-12 {
  background-image: url(assets/img/zjst/jtjj/rlzy.jpg);
  background-position: center;
  background-size: cover;
  height: 94px;
}

.topimg-qywh,.top-cat-27 {
  background-image: url(assets/img/zjst/jtjj/qywh.jpg);
  background-position: center;
  background-size: cover;
  height: 94px;
}

/*****************璧拌繘鐢虫嘲******************/
/*introduction鐢虫嘲绠€浠�*/
.honors&gt;.honorstop {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  line-height: 20px;
  color: #0c8c5f;
}

.honors span {
  font-size: 15px;
  color: #6c6c6c;
}

.honors {
  padding-bottom: 200px;
}

.honorstop {
  text-align: center;
}

.honors&gt;.honorsfooter {
  margin-bottom: 30px;
}

.breadcrumbs_wrap {}

.breadcrumbs_wrap .breadcrumb {
  /* padding: 8px 0;
  margin-bottom: 12px; */
}

.breadcrumb {
  margin-bottom: 0;
  padding: 0;
}

@media(max-width:767px) {
  .breadcrumb {
    margin-left: 20px;
  }
  .crumbs{
    margin-left:10px;
  }
}

.breadcrumb&gt;li+li:before {
  font-family: "iconfont" !important;
  font-size: 12px;
  color: #4d4852;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e635";
}
.crumbs&gt;li+li:before {
  padding: 0;
  font-size: 15px;
}
.crumbs li{
  line-height: 59px;
}
.breadcrumb li {
  line-height: 77px;
}
@media(max-width:767px){
  .crumbs li,
  .crumbs li a{
    line-height: 30px;
  }
}

.breadcrumb li.active,
.breadcrumb li a {
  font-size: 12px;
  color: #4d4852;
  font-weight: bold;
  font-family: 'Microsoft YaHei', "Helvetica Neue", 'Segoe UI', 'wf_segoe-ui_normal', Arial, sans-serif;
}

.breadcrumb li a {
  line-height: 59px;
}
@media(max-width:767px){
  .breadcrumb li a{
    line-height: 20px;
  }
}
.breadcrumb li a i {
  margin-right: 5px;
}

.title-right {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media(max-width:767px) {
  .title-right {
    padding-left: 20px;
  }
}

.title-right ul.submenu-nav {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}

.title-right .submenu-nav li {
  display: inline-block;
  margin: 0 8px 0 0;
  line-height: 77px;
  border-bottom: 2px solid transparent;
}

.title-right .submenu-nav li.active {
  border-bottom: 2px solid #0C8C5F;
}

.title-right .submenu-nav li:hover {
  border-bottom: 2px solid #0C8C5F;
}

.title-right .submenu-nav li a {
  font-size: 12px;
  color: #63666b;
  font-weight: bold;
}

.post-list-left {}

.post-list-right {
  padding-left: 20px;
  padding-right: 0;
}

.stjt-body {
  border-right: 1px solid #eaeaea;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

@media(max-width:767px) {
  .stjt-body {
    padding: 20px;
  }
}
.stjt-body .zxjy{
  /* height: 480px; */
  background-color: #f1eff2;
}
.stjt-body .zxjy-right{
  padding: 0;
  text-align: right;
}
.stjt-body .zxjy-left{
  padding-left: 30px;
}
@media(max-width:767px){
  .stjt-body .zxjy-right{
    text-align: center;
  }
  .stjt-body .zxjy-left{
    padding-left: 20px;
  }
}
.stjt-body .js-top{
  margin-top: 40px;
}
.stjt-body .js-top h2{
  margin-bottom: 5px;
  font-size: 20px;
  margin-top: 0;
}
.stjt-body .js-top h3{
  margin-top: 10px;
}
.stjt-body img {}

.stjt-body .entry-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stjt-body .title-large {
  font-size: 24px;
  font-weight: bold;
  font-family: "SourceHanSansSC-Medium";
  color: #006743;
}

.stjt-body .since {
  font-family: "Typopro-Rubik-Light";
  font-weight: 600;
  font-size: 68px;
  color: #eceeed;
  margin-top: 0;
}

@media(max-width:767px) {
  .stjt-body .since {
    font-size: 40px;
  }
}

.stjt-body .top1 {}

.stjt-body p {
  padding: 0;
  font-size: 12px;
  color: #777;
  line-height: 22px;
}

.zzjg-img {
  width: 90%;
}

.tubiao a {
  color: #7a7a7a;
}

.tubiao .ol-li-1 {
  padding-left: 0;
  padding-right: 0;
}

.tubiao .ol-li-1:before {
  padding: 0;
}

.tubiao a:hover {
  color: #7a7a7a;
}

/*涓诲腑瀵勮*/
.zxjy .zxjystop {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: #0c8c5f;
  line-height: 20px;
}

.zxjyfooter {
  font-size: 15px;
  color: #6c6c6c;
}

.zxjybody {
  position: relative;
}

.zxjybody .top1 {
  margin-top: 50px;
}

.zxjybody p {
  font-size: 12px;
  line-height: 22px;
  color: #777777;
}

/*缁勭粐鏋舵瀯*/
.zzjg .zzjgtop {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: #0c8c5f;
  line-height: 20px;
}

.zzjgbody img {
  width: 750px;
  margin-left: 100px;
}

.zzjgbody {
  text-align: center;
}

.tubiao {
  margin-left: -15px;
}

.fas {
  margin-right: 5px;
}

/*honor闆嗗洟鑽ｈ獕*/
#zjst-jtry .gallery-top-jtry {
  height: 415px;
  margin-top: 0;
}

#zjst-jtry .gallery-thumbs-jtry {
  margin-top: 20px;
  width: 100%;
  height: 150px;
}

@media(max-width:767px) {
  #zjst-jtry .gallery-top-jtry {
    height: 260px;
  }

  #zjst-jtry .gallery-thumbs-jtry {
    height: 90px;
  }
}

.jtry-honors&gt;.honors-top {
  text-align: center;
  font-size: 20px;
  color: #0c8c5f;
  line-height: 20px;
}

.jtry-honors span {
  font-size: 15px;
  color: #6c6c6c;
}

.jtry-honors&gt;.honors-top {
  margin-top: 40px;
  text-align: center;
}

.jtry-body .swiper-slide {
  /* height: 480px; */
}
.jtry-honor{
  /* height: 225.58px; */
  width: 778px;
  margin: 0 auto;
}
.jtry-honor div{
  padding-right: 0;
  margin-bottom: 10px;
}
@media(max-width:767px){
  .jtry-honor{
    width: 100%;
    text-align: center;
  }
}
.jtry-body .jtry-hidd{
  display: none;
}

.jtry-honor .swiper-caption{
  margin-bottom: 20px;
}
.jtry-body .loadMore{
  margin-top: 5px;
  width: 768px;
  height: 52px;
  margin-left: 7%;
  background: #dcdddd ;
  cursor: pointer;
  text-align: center;
}
@media(max-width:767px){
  .jtry-body .loadMore{
    width: 100%;
    margin: 0 auto;
  }
}
.jtry-body .loadMore:hover{
  background: #006743;
}
.jtry-body .loadMore:hover .icon{
  color: #fff;
}
.jtry-body .loadMore .icon{
    font-size: 28px;
    line-height: 52px;
    color: #006743;
}

.swiper-caption {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #777777;
  height: 30px;
  
}

.jtry-body {
  position: relative;
  height: 100%;
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0 auto;
}

.jtry-body .swiper-container {
  margin-top: 80px;
  width: 100%;
  /* height: 470px; */
  margin-left: auto;
  margin-right: auto;
}

.jtry-body .swiper-container1 {
  margin-top: 50px;
  margin-bottom: 80px;
}

.jtry-body .gallery-thumbs {
  width: 74%;
  height: 173px;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-button-next1 {

  /* background: url(assets/img/zjst/fczy_13-1.png);
  top: 26%;
  left: 69%; */
}

@media(max-width:767px) {
  #zjst-jtry .swiper-button-next1 {
    
  }
}

.swiper-button-prev1 {}

@media(max-width:767px) {
  #zjst-jtry .swiper-button-prev1 {
    
  }
}

.swiper-button-next2 {
  height: 40px;
  width: 40px;
  background: url(assets/img/zjst/fczy_30-1.png);
  position: absolute;
  top: 87%;
  left: 80%;
  /* 840 */

  margin: 0 auto;
}

.swiper-button-prev2 {
  height: 40px;
  width: 40px;
  background: url(assets/img/zjst/fczy_27-1.png);
  position: absolute;
  top: 87%;
  left: 8%;
  /* 150 */

  margin: 0 auto;
}

.jtry-body .swiper-button-next2 {
  top: 72%;
}

.jtry-body .swiper-button-prev2 {
  top: 72%;
}

@media(max-width:767px) {

  .jtry-body .swiper-button-prev2,
  .jtry-body .swiper-button-next2 {
    top: 65%;
  }
}

.gallery-top2 {
  height: 50px;
}


/*develop鍦颁骇寮€鍙�*/
.display {
  background: #fff;
}

.display h2 {
  /* margin-top: 50px; */
  margin-bottom: 30px;
  font-size: 30px;
}

.dckf-title {
  text-align: left;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
}

.dckf-title h1 {
  text-align: center;
  line-height: 36px;
  padding-bottom: 20px;
  font-size: 36px;
  color: #333;
  font-weight: 100;
}

.dckf-title p {
  line-height: 24px;
  font-size: 14px;
  color: #999;
  padding: 0;
  /* text-align: center; */
}

.dckf-zhanshi {
  margin: 0 auto;
}

.project-summary{
  text-indent: 2em;
}

.thumbnail-top {
  margin-bottom: 40px;
  padding-left: 0;
  box-shadow: 0 0 11px rgba(43, 93, 151, 0.3);
  -ms-box-shadow: 0 0 11px rgba(43, 93, 151, 0.3);
  -moz-box-shadow: 0 0 11px rgba(43, 93, 151, 0.3);
  -webkit-box-shadow: 0 0 11px rgba(43, 93, 151, 0.3);
  -o-box-shadow: 0 0 11px rgba(43, 93, 151, 0.3);
}
.zyyx-summary .cards-condensed,.zyyx-summary .cards-condensed .card {
  border:0px;
}
.decimalol{
  margin-bottom: 20px;
}
.decimalol li {
  list-style:decimal;
}
@media(max-width:767px) {
  .thumbnail {
    width: 98%;
  }

  .thumbnail .dckf-title {
    width: 100%;
    margin-left: 0;
  }
}

.thumbnail-left {
  padding-left: 0;
}

@media(max-width:767px) {
  .thumbnail-left {
    margin-left: 10px;
  }
}

.thumbnail-right {
  float: left;
}

.thumbnail-right hr {
  margin: 0 auto;
}

.contact-caption {
  padding-left: 0;
}

.thumbnail-right a:hover {
  color: #727272;
}

.thumbnail-right a .pull-right {
  color: #fff;
}

.thumbnail-right .pull-right {
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 44px;
  padding: 0 20px;
  font-size: 12px;
  margin-top: 15px;
  background-color: #006743;
  border-radius: 6px;
}

.thumbnail-right .pull-right:hover {}

.thumbnail-right .pull-right a {
  color: #fff;
}

.thumbnail-right .caption-4 a {
  color: #fff;
}

.display .caption-1 {
  color: #333;
}

.caption-2 span {
  line-height: 24px;
  margin-right: 8px;
  color: #666;
  background: #f0f0f0;
  overflow: hidden;
  padding: 0.3em .9em 0.3em;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  border-radius: .25em;
}

.display .caption-3 {
  margin: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

.thumbnail-top .caption-3 {}


.display .thumbnail-right .project-title {
  padding-top: 25px;
  margin-bottom: 20px;
}
.project-label{margin-left:10px;}
.display .thumbnail-right .caption-1 {
  font-size: 26px;
  display: inline-block;
  color: #333;

  /* font-weight: bold; */
}

.display .thumbnail-right .caption-1:hover {
  color: #006743;
}

.display .thumbnail-right .caption {
  float: right;
  margin-right: 0px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}

.display .thumbnail-right .caption button {
  border: none;
  background: none;
}

.display .thumbnail-right i {
  color: #999;
  margin-right: 5px;
}

.display .thumbnail-right .pull-right i {
  color: #fff;
}

.display .thumbnail-right .caption:hover i {
  color: #e60012;
}

.display .thumbnail-right p {}

/*development鍙戝睍娌块潻*/
.zjst-honors&gt;.honorstop {
  margin-top: 40px;
  font-size: 22px;
  color: #0c8c5f;
  line-height: 20px;
}

.qynz {
  padding-top: 20px;
}

.fzygtop {
  padding-bottom: 0px;
}

.zjst-honors span {
  font-size: 15px;
  color: #6c6c6c;
}

.zjst-honors {
  padding-bottom: 65px;
}

#fzyg {
  border-bottom: none;
  margin-left: 0;
  margin: 0 auto;
}

#fzyg&gt;li {
  margin-right: 7px;
  text-align: center;
  padding: 0;
  /* border: 1px solid #FFF; */
  height: 54px;
  width: 20%;
  margin-left: 3.7%;
  background: url(assets/img/zjst/fzyg/fzyg_03.png);
}

@media(max-width:767px) {
  #fzyg&gt;li {
    margin-left: 7px;
    height: 25px;
    width: 21%;
  }
}

#fzyg li.active,
#fzyg li:hover {
  background: url(assets/img/zjst/fzyg/fzyg_05.png);
}

#fzyg&gt;li&gt;a {
  background-color: transparent;
  line-height: 45px;
  margin-right: 0;
  border: 0;
  padding: 0;
  font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #FFF;
}

@media(max-width:767px) {
  #fzyg&gt;li&gt;a {
    line-height: 25px;
    font-size: 13px;
  }
}

#fzyg li a:hover {
  color: #FFF;
}

.history-bg {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
}

.historycont p {
  font-size: 16px;
}

.historybox {
  width: 900px;
  margin: 0 auto;
  background: url(assets/img/zjst/fzyg/hbox-bg.jpg) repeat-y center center;
  overflow: hidden;
}

@media(max-width:767px) {
  .historybox {
    width: 371px;
  }
}

.historybox ul {
  padding-left: 0;
}

.historybox li {
  width: 455px;
  position: relative;
  margin-bottom: 55px;
}

@media(max-width:767px) {
  .historybox li {
    width: 191px;
    padding-bottom: 0px;
  }
}

.historybox .hl {
  float: left;
  text-align: right;
  margin-left: 20px;
}

.historybox .hr {
  float: right;
}

.hr .historycont {
  padding-left: 50px;
}

.hl .historycont {
  padding-right: 70px;
}

.historybox li h4 {
  color: #0c8c5f;
  font-family: "Univers";
  font-size: 38px;
  line-height: 56px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.hl .historycont h4 {
  margin-top: 0;
}

.historybox li p {
  padding-left: 6px;
}

i.hs-point,
i.hs-right {
  display: block;
  width: 26px;
  height: 26px;
  background: url(assets/img/zjst/fzyg/point-green.png) no-repeat;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

i.hs-right {
  background: url(assets/img/zjst/fzyg/point-right.png) no-repeat;
  width: 73px;
  height: 73px;
}

.hr i.hs-point {
  left: -8px;
}

.hr i.hs-right {
  left: -32px;
}

.hl i.hs-point {
  right: 12px;
  top: 15px;
}

.hl i.hs-right {
  right: -12px;
}

.historybox li:hover i.hs-point {}

.deveiopment ul,
li {
  list-style: none;
}

/**************鐢虫嘲浜т笟*********************/
/*impression 涓師鍗拌薄 鑳屾櫙*/
.details {
  background: url(assets/img/stcy/dckf/project-banner.png) no-repeat top center;
  background-size: 1920px 563px;
  height: 563px;
}

.details .container {
  padding: 64px 0;
}

.details .container .row {
  background-color: #FFF;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.details .details-left,
.details .details-right {
  padding-left: 0;
  padding-right: 0;
}

.details .details-left img {
  height: 435px;
  width: 100%;
}

.details .details-right {}

.details .details-right h1 {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 32px;
  color: #333;
  font-weight: normal;
}

.details .details-right p {
  margin-left: 20px;
}

.details .details-right ul li {
  color: #333;
  padding: 14px 0;
  border-bottom: 1px solid #ebebeb;
  line-height: 20px;
}

.details .details-right i,
.details .details-right .sp-til {
  color: #999;
  margin-right: 5px;
}

.details .details-right .sp-til {
  margin-right: 10px;
}

.details .details-right .phone-area {
  margin-top: 35px;
  margin-left: 80px;
}

.details .details-right .phone-area i {
  color: #e60012;
  margin-right: 5px;
}

/*鐢虫嘲浜т笟澶撮儴*/
.xqbody-top1 {
  height: 68px;
  background: #f5f5f5;
}

#text-top {
  height: 68px;
  margin-left: 0px;
}

#text-top li {
  padding-left: 0;
}

#text-top li.active a,
#text-top li.hover a {
  color: #0c8c5f;
  border-bottom: 1px solid #0c8c5f;
}

#text-top li a {
  font-size: 12px;
  line-height: 52px;
  color: #0c8c5f;
  border: 0;
}

@media(max-width:767px) {
  #text-top {
    margin-left: 0;
  }

  #text-top .tabContent {
    padding-left: 20px;
  }

  #text-top li a {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.lbs-shipin{
  margin-top: 20px;
}

.identification {
  color: #006743;
  font-size: 20px;
  margin-bottom: 20px;
}

@media(max-width:767px) {

  .identification,
  .identification a,
  .identification a:visited {
    margin-left: 10px;
    color: #006743;
    font-size: 16px;
  }

}

/*impression 涓師鍗拌薄 璇︽儏*/
.xqbody {
  margin-bottom: 50px;
  padding: 0;
}

.xqbody .tab-content {
  width: 100%;
}

@media(max-width:767px) {
  .xqbody .tab-content {
    width: 100%;
    margin-left: 10px;
    padding-right: 20px;
    text-indent: 2em;
  }
}

.body-top {
  margin-top: 50px;
}

@media(max-width:767px) {
  .body-top {
    /* margin-left: 10px; */
    margin-bottom: 0px;
  }
  .page-id-147 .body-body .col-md-3{
    text-align: center;
    margin-left: -20px;
  }
}
#tabContent1 .cards-condensed{
  border: none;
}
#tabContent1 .cards-condensed div{
  text-align: center;
}
#tabContent1 .cards-condensed div .card{
  border: none;
  -webkit-box-shadow: none ;
    box-shadow: none ;
}

#tabContent1 .cards-condensed div .card img{
  margin-left: 60px;
}
@media(max-width:767px){
  #tabContent1 .cards-condensed div .card img{
    margin-left: 100px;
  }
}
.body-body div&gt;img {

}

.body-body .col-sm-3 {
  
  text-align: center;
}
@media(max-width:767px){
  .body-body .col-sm-3{
    margin-left: -30px;
  }
}
.body-body .col-sm-3 div {
  line-height: 16px;
  margin-bottom: 20px;
}

.body-body&gt;.col-sm-3&gt;div {
  padding-bottom: 45px;
  text-align: center;
}

.xqbody #text-top {
  font-size: 13px;
  color: #0c8c5f;
}

@media(max-width:767px) {
  .xqbody #text-top {
    margin-left: 0;
  }

}

.xqbody-top1 .zyyx-con #tabContent1 p {
  font-size: 13px;
  color: #666;
  line-height: 22px;
  text-indent: 2em;
}



/*缈＄繝搴勫洯璇︽儏*/
.manorbody {
  position: relative;
}

.nav-tabs {
  margin-bottom: 20px;
  margin-left: -10px;
}

@media(max-width:767px) {
  .nav-tabs {
    margin-bottom: 0px;
  }
}

.manorbody&gt;div&gt;div&gt;ul {
  width: 1200px;
  font-size: 13px;
  color: #0c8c5f;
}

#tabContentmanor1 {
  font-size: 13px;
  color: #666;
  line-height: 22px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media(max-width:767px) {
  #tabContentmanor1 {
    width: 100%;
    margin-left: 10px;
    padding-right: 10px;
  }
}

#tabContentmanor1&gt;.body-top {
  margin-top: 50px;
}

.manor-body-body {
  text-align: center;
}

.manor-body-body&gt;img {
  margin-top: 28px;
  /* height: 438px; */
  width: 779px;
}

@media(max-width:767px) {
  .manor-body-body&gt;img {
    float: left;
  }
}

.manor-body-body&gt;p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.manor-body-bottom {
  text-align: center;
}

.manor-body-bottom&gt;img {
  height: 472px;
  width: 780px;
  margin-top: 20px;
}

@media(max-width:767px) {
  .manor-body-bottom&gt;img {
    float: left;
  }
}

/*缈＄繝搴勫洯鎴峰瀷鍥�*/
#tabContentmanor2 .swiper-container {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#tabContentmanor2 .gallery-top2 {
  height: 742px;
}

@media(max-width:767px) {
  #tabContentmanor2 .gallery-top2 {
    height: 338px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#tabContentmanor2 .gallery-thumbs2 {
  height: 173px;
  margin-bottom: 0;
}

@media(max-width:767px) {
  #tabContentmanor2 .gallery-thumbs2 {
    height: 92px;
    margin-top: 20px;
  }
}

/*缈＄繝搴勫洯鏍锋澘闂�*/
#tabContentmanor3,
#tabContentmanor2 {
  position: relative;
  height: 100%;
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0 auto;
  padding-bottom: 20px;
}

#tabContentmanor3 .swiper-container {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#tabContentmanor3 .gallery-top {
  /* height: 300px;
  width: 61.2%; */
  height: 485px;
  width:100%;
}

@media(max-width:767px) {
  #tabContentmanor3 .gallery-top {
    height: 220px;
  }
}

#tabContentmanor3 .gallery-thumbs {
  height: 167px;
  margin-bottom: 0;
}

@media(max-width:767px) {
  #tabContentmanor3 .gallery-thumbs {
    height: 92px;
  }
}

.swiper-button-manor1 {
  /* top: 290px;
  left: 870px */
}

.swiper-button-manor2 {
  /* top: 290px;
  left: 115px */
}

.swiper-button-manor3 {
  top: 82.5%;
  left: 81%;
}

.swiper-button-manor4 {
  left: 8%;
  top: 82.5%;
}

@media(max-width:767px) {
  .swiper-button-manor1 {
    left: 83%;
    top: 11%;
  }

  .swiper-button-manor2 {
    top: 11%;
    left: 3%;
  }

  .swiper-button-manor3 {
    top: 66%;
    left: 88%;
  }

  .swiper-button-manor4 {
    left: 1%;
    top: 66%;
  }
}

.swiper-button-manor5 {
  top: 170px;
  /* left: 870px */
}

.swiper-button-manor6 {
  top: 170px;
  /* left: 115px */
}

.swiper-button-manor7 {
  top: 77.5%;
}

.swiper-button-manor8 {
  top: 77.5%;
}

@media(max-width:767px) {
  .swiper-button-manor5 {
    top: 6%;
    left: 83%;
  }

  .swiper-button-manor6 {
    top: 6%;
    left: 3%;
  }

  .swiper-button-manor7 {
    top: 60%;
    left: 89%;
  }

  .swiper-button-manor8 {
    top: 60%;
    left: 0%;
  }
}

/*缈＄繝搴勫洯鍖轰綅鍥�*/
#tabContentmanor4 {
  margin-top: 40px;
  padding-bottom: 20px;
}

@media(max-width:767px) {
  #tabContentmanor4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#tabContentmanor4 .container {
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

/**缈＄繝搴勫洯瑙嗛***/
#tabContentvadio5 .vadio-title {
  font-size: 16px;
}

#tabContentvadio5 div {
  text-align: center;
}

#tabContentvadio5 .vadio-title {
  margin-top: 5px;
  margin-bottom: 10px;
}

#tabContentvadio5 .vadio iframe {
  height: 550px;
  width: 85.5%;
  margin-bottom: 40px;
}

@media(max-width:767px) {
  #tabContentvadio5 .vadio-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tabContentvadio5 .vadio iframe,
  #tabContentdragoncity5 .vadio iframe {
    height: 182px;
    width:100%;
    margin-bottom: 20px;
  }
}

/*钃濆疂鐭硈apphire璇︽儏*/
#tabContentsapphire1 {
  padding-bottom: 10px;
  font-size: 13px;
  color: #666;
  line-height: 22px;
  margin: 0 auto;
}

@media(max-width:767px) {
  #tabContentsapphire1 {
    margin: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  #tabContentsapphire1 .body-top{
    margin-left: 10px;
  }
}

/*钃濆疂鐭硈apphire鎴峰瀷鍥�*/
#tabContentsapphire2 .col-sm-3&gt;div {
  height: 72px;
  width: 271px;
  border: 2px solid #f6f6f6;
  margin-bottom: 30px;
}

#tabContentsapphire2 .col-sm-3&gt;div p {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 13px;
}

#tabContentsapphire2 .col-sm-3 {
  margin-top: 80px;
  margin-bottom: 100px;
}


.swiper-button-sapphire5 {
  /* top: 200px;
  left: 870px; */
}

.swiper-button-sapphire6 {
  /* top: 200px;
  left: 120px; */
}

.swiper-button-sapphire7 {
  top: 75%;
}

.swiper-button-sapphire8 {
  left: 8.6%;
  top: 75%;
}

@media(max-width:767px) {
  .swiper-button-sapphire5 {
    top: 25%;
    left: 83%;
  }

  .swiper-button-sapphire6 {
    top: 25%;
    left: 3%;
  }

  .swiper-button-sapphire7 {
    top: 75%;
    left: 89%;
  }

  .swiper-button-sapphire8 {
    left: 0%;
    top: 75%;
  }
}

#tabContentsapphire2 p {
  margin-top: 20px;
  margin-bottom: 0px;
}

#tabContentsapphire2 a:visited {
  margin-top: 10px;
  /* color: #666666; */
}

/*杞挱*/
.swiper-out-wrapper {
  overflow: hidden;
}

.swiper-container {
  height: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home .swiper-container,.page-id-143 .swiper-container {
  height: 100%;
}

#tabContentsapphire2 .swiper-container {
  height: 700px;
}

@media(max-width:767px) {
  #tabContentsapphire2 .swiper-container {
    height: 400px;
  }
}

#tabContentsapphire2 .gallery-top {
  /* height: 80%;
  width: 100%; */
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery-thumbs {
  margin-bottom: 40px;
  height: 172px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #727272;
}

#tabContentsapphire2 .gallery-thumbs {
  height: 172px;
  margin-top: 20px;
}

@media(max-width:767px) {
  #tabContentsapphire2 .gallery-thumbs {
    height: 100px;
  }
}

.gallery-thumbs .swiper-slide {
  opacity: 0.4;
  height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#tabContentsapphire2 .swiper-button-sapphire5 {
  top: 42%;
}

#tabContentsapphire2 .swiper-button-sapphire6 {
  top: 42%;
}

#tabContentsapphire2 .swiper-button-sapphire7 {
  top: 91%;
}

#tabContentsapphire2 .swiper-button-sapphire8 {
  top: 91%;
}

/*钃濆疂鐭硈apphire鏍锋澘闂�*/
#tabContentsapphire2 {
  position: relative;
  font-family: 'Microsoft YaHei', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

@media(max-width:767px) {
  #tabContentsapphire2 .row {
    text-align: center;
  }

  #tabContentsapphire2 p {
    margin-bottom: 20px;
  }
}
#tabContentsapphire2  .hxt{
margin-left: 0;
}
#tabContentsapphire2  .hxt .cards{
  padding-bottom: 0;
}

#tabContentsapphire2  .hxt .cards a img{
  width: 285px;
}
@media(max-width:767px){
  #tabContentsapphire2  .hxt .cards a img{
    width: 97%;
  }
  #tabContentsapphire2  .hxt .cards a .caption{
    width: 97%;
  }

}
#tabContentsapphire3 {
  position: relative;
  height: 100%;
  font-family: 'Microsoft YaHei', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  padding-bottom: 20px;
}

#tabContentsapphire3 .swiper-container {
  margin-top: 20px;
  /* height: 445px;
  width: 61.6%; */
  height: 480px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width:767px){
  #tabContentsapphire3 .swiper-container{
    height:220px;
  }
}
#tabContentsapphire3&gt;.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#tabContentsapphire3 .gallery-thumbs {
  margin-top: 30px;
  margin-bottom: 0;
  height: 145px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
@media(max-width:767px){
  #tabContentsapphire3 .gallery-thumbs{
    height:100px;
  }
}
/*钃濆疂鐭硈apphire鍖轰綅鍥�*/
#tabContentsapphire4 {}

#tabContentsapphire4 .container {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}

@media(max-width:767px) {
  #tabContentsapphire4&gt;div {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/**钃濆疂鐭宠棰�**/
#tabContentsapphire5 .vadio2 {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

@media(max-width:767px) {
  #tabContentsapphire5 .vadio2 {
    margin-bottom: 40px;
  }
}

/*榫欓Ε閮佸煄*/

#tabContentdragoncity1 {
  margin-top: 68px;
  padding-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 22px;
  margin: 0 auto;
}

@media(max-width:767px) {
  #tabContentdragoncity1 {
    width: 100%;
    padding-right: 10px;
    margin-left: 10px;
    padding-bottom: 0;
  }
}

/*dragoncity鏍锋澘闂�*/
#tabContentdragoncity2 .swiper-container {
  margin-top: 20px;
  /* height: 490px;
  width: 60%; */
  height: 485px;
  width:100%;
}

@media(max-width:767px) {
  #tabContentdragoncity2 .swiper-container {
    height: 220px;
  }
}

#tabContentdragoncity2 .gallery-thumbs2 {
  width: 100%;
  height: 170px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media(max-width:767px) {
  #tabContentdragoncity2 .gallery-thumbs2 {
    height: 100px;
    margin-bottom: 0;
  }
}

.swiper-button-dragoncity1 {
  top: 27%;
}

.swiper-button-dragoncity2 {
  top: 27%;
}

.swiper-button-dragoncity3 {
  top: 75%;
}

.swiper-button-dragoncity4 {
  top: 75%;
  left: 8.6%;
}

@media(max-width:767px) {
  .swiper-button-dragoncity1 {
    top: 6%;
    left: 84%;
  }

  .swiper-button-dragoncity2 {
    left: 3%;
    top: 6%;
  }

  .swiper-button-dragoncity3 {
    top: 60%;
    left: 89%;
  }

  .swiper-button-dragoncity4 {
    top: 60%;
    left: 0%;
  }
}

.swiper-button-dragoncity5 {
  top: 30%;
}

.swiper-button-dragoncity6 {
  top: 30%;
  left: 11%;
}

.swiper-button-dragoncity7 {
  top: 81%;
}

.swiper-button-dragoncity8 {
  left: 8.6%;
  top: 81%;
}

@media(max-width:767px) {
  .swiper-button-dragoncity5 {
    top: 14%;
    left: 85%;
  }

  .swiper-button-dragoncity6 {
    top: 14%;
    left: 2%;
  }

  .swiper-button-dragoncity7 {
    top: 66%;
    left: 89%;
  }

  .swiper-button-dragoncity8 {
    left: 0%;
    top: 66%;
  }
}

/*dragoncity鎴峰瀷鍥�*/
#tabContentdragoncity3,
#tabContentdragoncity2 {
  position: relative;
  height: 100%;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  padding-bottom: 20px;

}

#tabContentdragoncity3 .swiper-container {
  margin-top: 20px;
  height: 800px;
}

@media(max-width:767px) {
  #tabContentdragoncity3 .swiper-container {
    height: 340px;
  }
}

#tabContentdragoncity3 .gallery-thumbs {
  height: 172px;
  margin-bottom: 0;
}

@media(max-width:767px) {
  #tabContentdragoncity3 .gallery-thumbs {
    height: 90px;
    margin-bottom: 0;
  }
}

/*dragoncity鍖轰綅鍥�*/
#tabContentdragoncity4 {}

#tabContentdragoncity4 .container {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

@media(max-width:767px) {
  #tabContentdragoncity4 {
    text-align: left;
  }

  #tabContentdragoncity4&gt;div {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*棣ラ儊鍩庨」鐩棰�*/
.manorbody .shipin {
  line-height: 22px;
}
#tabContentdragoncity5 .vadio-title{
  font-size: 16px;
}
#tabContentdragoncity5 div{
  text-align: center;
}


/*鏂囨梾鍟嗕笟*/
.wlsy-carousel {}

.wlsy-body-body1 {
  height: 250px;
}

.wlsy-body-body1&gt;p {
  text-indent: 2em;
  color: #666;
  font-size: 16px;
  line-height: 26px;
}

/*娌冲崡鐢虫嘲鏂囨梾闆嗗洟*/
.wlsy-top {
  background: url(assets/img/stcy/wlsy/wlsy/wlsybj.jpg);
  height: 576px;
}

.wlsy-top-title {
  position: relative;
  width: 1200px;
  padding-top: 281px;
}

.wlsy-top-title .title-left {
  float: left;
  background-color: #ffffff;
  width: 57%;
  /* height: 263px; */
  padding: 15px 30px 0 30px;
}

.wlsy-top-title .title-left h1 {
  margin-bottom: 25px;
  font-weight: normal;
}

.wlsy-top-title .title-left p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 24px;
}

.wlsy-top-title .title-left .wlsy-tuleft {
  margin-bottom: 25.5px;
}

/*绠€浠嬪浘*/
.wlsy-body2 .wlsy-tubiao {
  padding: 0;
}

@media(max-width:767px) {
  .wlsy-body2 .wlsy-tubiao {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wlsy-body2 .rows {
  padding-top: 50px;
  padding-bottom: 127px;
}

.wlsy-body2 .rows a {
  text-decoration: none;
  color: #333;
}

@media(max-width:767px) {
  .wlsy-body2 .rows {
    padding-bottom: 50px;
  }

  .wlsy-body2 .rows a img {
    padding-bottom: 10px;
  }
}

.wlsy-body2 .rows&gt;.col-sm-4&gt;.wlsy-body2-body2 {
  font-size: 24px;
  font-weight: bold;
  height: 65px;
  width: 380px;
}

.wlsy-body2 .rows&gt;.col-sm-4&gt;.wlsy-body2-body2 a {
  margin-left: 15px;
  line-height: 65px;
  font-family: none;
  font-size: 22px;
}

/*绮惧搧閰掑簵 鏂囧寲鏃呮父 鍟嗕笟杩愯惀*/
.swiper-jpjd,
.swiper-whly,
.swiper-syyy {
  height: 957px;
  /* margin-bottom: 60px; */
}

@media(max-width:767px) {

  .swiper-jpjd,
  .swiper-whly,
  .swiper-syyy {
    height: 461px;
  }

  .swiper-jpjd .wlsy-swiper {
    height: 461px;
  }
}
.wl-con .wl-con-title {
  margin-top: 27%;
  margin-left: 8%;
  color: #fff;
  line-height: 35px;
  margin-bottom: 23%;
  margin-right: 9%;
}
@media(max-width:767px){
  .wl-con .wl-con-title{
    margin: 0 4%;
    line-height: 1.5rem;
  }
}
.wl-con .wl-con-title h1 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media(max-width:767px){
  .wl-con .wl-con-title h1{
    font-size:14px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
.wl-con .wl-con-title p {
  font-size: 1.3rem;
}
@media(max-width:767px){
  .wl-con .wl-con-title p {
    font-size:14px;
    margin: 0;
    margin-bottom: 5px;
  }
}
.wl-con{
  position: absolute;
  top: 0%;
  left: 31%;
  width: 16%;
  /* height: 40%; */
}
@media(max-width:767px){
  .wl-con{
    width: 43%;
    /* height: 37%; */
    left: 10%;
  }
}
.wl-con .wl-con-foot {
  line-height: 61px;
  text-align: center;
}
.wl-con .wl-con-foot a{
  color: #fff;
}
@media(max-width:767px){
  .wl-con .wl-con-foot{
    line-height: 22px;
  }
  
}
.wl-con-ast{
  background-color: rgb(197, 156, 101,0.65) ;
  /* height: 43%; */
}
@media(max-width:767px){
  .wl-con-ast{
  }
}
.swiper-ast{
  background-image: url(assets/img/stcy/wlsy/wlsy/jpjd_02.jpg);
}
.swiper-yiguan{
  background-image: url(assets/img/stcy/wlsy/wlsy/yiguan.jpg);
}
.swiper-lbs{
  background-image: url(assets/img/stcy/wlsy/wlsy/jpjd_02-02.jpg);
}
.swiper-djd{
  background-image: url(assets/img/stcy/wlsy/wlsy/jpjd_02-03.jpg);
}
.swiper-slz{
  background-image: url(assets/img/stcy/wlsy/wlsy/whly_02.jpg);
}
.swiper-pylc{
  background-image: url(assets/img/stcy/wlsy/wlsy/whly_02-02.jpg);
}
.swiper-xsjgc{
  background-image: url(assets/img/stcy/wlsy/wlsy/syyy_02.jpg);
}
.swiper-zyyx{
  background-image: url(assets/img/stcy/wlsy/wlsy/syyy_02-02.jpg);
}
.swiper-fmjd{
  background-image: url(assets/img/stcy/wlsy/wlsy/syyy_02-03.jpg);
}
.swiper-shds{
  background-image: url(assets/img/stcy/wlsy/wlsy/shds_03_01.jpg);
}
.wl-con-ast {
  background-color: rgba(197, 156, 101, 0.65);
}
.wl-con-ast .wl-con-foot{
  background-color: rgb(145, 93, 48);
}
.wl-con-lbs{
  background-color: rgba(31, 102, 120,0.62) ;
}
.wl-con-lbs .wl-con-foot{
  background-color: rgb(44, 176, 209);
}
.wl-con-djd{
  background-color: rgba(144, 97, 45,0.65);
}
.wl-con-djd .wl-con-foot{
  background-color: rgb(99, 66, 30);
}
.wl-con-slz{
  background-color: rgba(211, 126, 20,0.65) ;
}
.wl-con-slz .wl-con-foot{
  background-color: rgb(249, 182, 52);
}
.wl-con-pylc{
  background-color:rgba(35, 177, 183,0.79);
}
.wl-con-pylc .wl-con-foot{
  background-color: rgb(35, 179, 184);
}
.wl-con-xsjgc{
  background-color:rgba(197, 156, 101,0.65) ;
}
.wl-con-xsjgc .wl-con-foot{
  background-color: rgb(145, 93, 48);
}
.wl-con-zyyx{
  background-color:rgba(12, 118, 178,0.62);
}
.wl-con-zyyx .wl-con-title p{
  margin-bottom: 20px;
}
.wl-con-zyyx .wl-con-foot{
  background-color: rgb(37, 97, 129);
}
.wl-con-fmjd{
  background-color:rgba(0, 0, 0,0.5);
  /* height: 43%; */
}
.wl-con-shds{
  background-color:rgba(0, 0, 0,0.5);
  /* height: 43%; */
}
@media(max-width:767px){
  .wl-con-fmjd{
    /* height: 70%; */
  }
}
.wl-con-fmjd .wl-con-foot{
  background-color: rgb(0, 144, 147);
}


/* .swiper-whly .wl-con .wl-con-title {
  margin-bottom: 36%;
} */

.wl-con .wl-con-foot p {
  font-size: 1.7rem;
  color: #fff;
}
@media(max-width:767px){
  .wl-con .wl-con-foot p {
    font-size:12px;
  }
}
.swiper-syyy .swiper-float {
  position: absolute;
  width: 314px;
  height: 59px;
  top: 388px;
  left: 588px;
}

.swiper-con .swiper-pagination {
  padding-right: 20px;
}

@media(max-width:767px) {
  .swiper-con .swiper-pagination {
    padding-right: 0px;
  }
}

.swiper-con .swiper-pagination-bullet {
  width: 295px;
  height: 70px;
  border-radius: 0;
  background: #211d1a;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
}

@media(max-width:767px) {
  .swiper-con .swiper-pagination-bullet {
    width: 142px;
    height: 20px;
    line-height: 20px;
    font-size:12px;
  }
}

.swiper-con .swiper-pagination-bullet-active {
  background: #f9b634;
  color: #ffffff;
}

.swiper-con .swiper-pagination .goback {
  height: 70px;
  line-height: 70px;
  background: rgba(33, 29, 26, 0.8);
}

.swiper-con .swiper-pagination .goback a {
  font-size: 18px;
  color: #666666;
}

@media(max-width:767px) {
  .swiper-con .swiper-pagination .goback {
    height: 20px;
    line-height: 20px;
    font-size:12px;
  }

  .swiper-con .swiper-pagination .goback a {
    font-size: 12px;
  }
}

/**鏂囨梾鍟嗕笟-婵槼榫欏煄*/
.wlsy-pyll-carousel&gt;img {
  height: 438px;
}

.pyll-body1 .pyll-body1-body1-top {
  background: #f5f5f5;
  height: 68px;
  width: 100%;
}

.pyll-body1 .pyll-body1-body1-top&gt;div {
  height: 68px;
  padding: 0;
}

.pyll-body1 .pyll-body1-body1-top&gt;div&gt;p {
  display: inline;
  line-height: 68px;
  font-size: 16px;
  font-weight: bold;
}

@media(max-width:767px) {
  .pyll-body1 .pyll-body1-body1-top&gt;div&gt;p {
    padding-left: 20px;
  }
}

.pyll-body1 ul&gt;li&gt;a {
  font-size: 16px;
  line-height: 48px;
  height: 68px;
  color: #7a7a7a;
}

#tabContentpyll1 {}

.pyll-body1&gt;.pyll-body1-body1 #tabContentpyll1 {
  width: 990px;
}

@media(max-width:767px) {
  #tabContentpyll1 {
    margin-bottom: 0;
  }

  .pyll-body1&gt;.pyll-body1-body1 #tabContentpyll1 {
    width: 100%;
  }
}

.pyll-body1 .pyll-body1-top&gt;p {
  text-indent: 2em;
  color: #666666;
  margin-top: 65px;
  font-size: 16px;
  line-height: 26px;
}

@media(max-width:767px) {
  .pyll-body1 .pyll-body1-top&gt;p {
    padding-left: 10px;
    margin-top: 20px;
  }
}

/*鏃呮父浜у搧*/
#tabContentpyll2 .container {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media(max-width:767px) {
  #tabContentpyll2 .container {
    width: 100%;
    margin-bottom: 0;
  }
}

#tabContentpyll2 .container .pylc-lj {
  text-align: center;
}
#tabContentpyll2 .identification{
  margin-top: 20px;
  margin-bottom: 20px;
}
@media(max-width:767px){
  #tabContentpyll2 .container .pylc-lj {
    margin-bottom: 10px;
  }
  
  #tabContentpyll2 .identification{
    margin-top: 0;
    margin-left: 30px;
  }
  
}
#tabContentpyll2 .hsyz {
  /* padding-left: 116px; */
  text-align: center;
  margin-top: 0px;
  margin-bottom: 53px;
}
@media(max-width:767px){
  #tabContentpyll2 .hsyz{
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#tabContentpyll2 .psyy {
  padding-left: 116px;
  margin-bottom: 250px;
  margin-top: 0px;
}

/*椤圭洰鑱旂粶*/
#tabContentpyll4 .pyll{
  width: 990px;
  margin-bottom: 165px;
}
#tabContentpyll4  .pyll-ll{
  margin-left: 30px;
}
@media(max-width:767px){
  #tabContentpyll4 .pyll{
    margin-bottom: 20px;
  }
  #tabContentpyll4  .pyll-ll{
    margin-left: 20px;
  }
}
#tabContentpyll4 .pyll {
  margin-top: 80px;
  font-size: 15px;
}
@media(max-width:767px){
  #tabContentpyll4 .pyll{
    margin-top: 20px;
    margin-left: 10px;
  }
}

/*钃濆疂鐭冲吇鐢熷害鍋囧皬闀�*/
.wlsy-lbswq-carousel&gt;img {
  height: 436px;
}

.lbswq-body1 .lbswq-body1-body1-top {
  background: #f5f5f5;
  height: 68px;
  width: 100%;
}

.lbswq-body1 .lbswq-body1-body1-top&gt;div&gt;p {
  display: inline;
  line-height: 68px;
  font-size: 16px;
  font-weight: bold;
}

@media(max-width:767px) {
  .lbswq-body1 .lbswq-body1-body1-top&gt;div&gt;p {
    padding-left: 10px;
  }
}

.lbswq-body1 ul&gt;li&gt;a {
  font-size: 16px;
  height: 68px;
  line-height: 68px;
}

/*钃濆疂鐭冲吇鐢熷害鍋囧皬闀囬」鐩鎷�*/
#tabContentlbswq1 {
  margin-bottom: 0px;
}

.lbswq-body1&gt;.lbswq-body1-body1 #tabContentlbswq1 {
  width: 990px;
}

@media(max-width:767px) {
  .lbswq-body1&gt;.lbswq-body1-body1 #tabContentlbswq1 {
    width: 100%;
    padding-left: 20px;
  }
}

.lbswq-body1 .lbswq-body1-top&gt;p {
  text-indent: 2em;
  margin-top: 40px;
  line-height: 27px;
  color: #666;
  font-size: 16px;
}
@media(max-width:767px){
  .lbswq-body1 .lbswq-body1-top&gt;p{
    margin-top: 20px;
  }
}
.lbswq-body1 #lbswq-body&gt;p {
  text-indent: 2em;
  color: #666;
  line-height: 27px;
  font-size: 16px;
}

/*钃濆疂鐭冲吇鐢熷害鍋囧皬闀囬」鐩鑸�*/
#tabContentlbswq2 {
  margin-bottom: 10px;
}

.lbswq-map {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  height: 600px;
  width: 1000px;
}

@media(max-width:767px) {
  .lbswq-map {
    width: 100%;
  }
}

.lbswq-body1 #tabContentlbswq2 {}

.lbswq-body1 #tabContentlbswq2&gt;img {
  margin-top: 60px;
  margin-bottom: 65px;
}

.lbswq-body1 #tabContentlbswq2&gt;p {
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  margin-left: 8%;
}

@media(max-width:767px) {
  .lbswq-body1 #tabContentlbswq2&gt;p {
    margin-left: 10px;
  }
}

/*钃濆疂鐭冲吇鐢熷害鍋囧皬闀囬」鐩瑙�*/
#tabContentlbswq3 {
  margin-bottom: 350px;
}

#tabContentlbswq3 {
  position: relative;
  font-family: 'Microsoft YaHei', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0 auto;
}
#tabContentlbswq3 .identification{
  margin-left: 60px;
}
#tabContentlbswq3 .swiper-container {
  margin-top: 20px;
  margin-bottom: 0px;
  width: 80%;
  height: 172px;
  margin-left: auto;
  margin-right: auto;
}

#tabContentlbswq3&gt;.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#tabContentlbswq3 .gallery-top {
  height: 490px;
  width: 100%;
}

#tabContentlbswq3 .gallery-thumbs {
  height: 170px;
  width: 100%;
}

@media(max-width:767px) {
  #tabContentlbswq3 .identification {
    margin-left: 30px;
  }

  #tabContentlbswq3 .gallery-top {
    height: 235px;
  }

  #tabContentlbswq3 .gallery-thumbs {
    height: 90px;
  }
}

.swiper-button-lbswq1 {
  top: 270px;
}

.swiper-button-lbswq2 {
  top: 270px;
  left: 145px;
}

.swiper-button-lbswq3 {
  top: 740px;
}

.swiper-button-lbswq4 {
  top: 740px;
  left: 115px;
}

@media(max-width:767px) {
  .swiper-button-lbswq1 {
    top: 31%;
    left: 80%;
  }

  .swiper-button-lbswq2 {
    top: 31%;
    left: 5%;
  }

  .swiper-button-lbswq3 {
    top: 78%;
    left: 88%;
  }

  .swiper-button-lbswq4 {
    top: 78%;
    left: 1%;
  }
}

/*钃濆疂鐭冲吇鐢熷害鍋囧皬闀囬」鐩仈缁�*/
#tabContentlbswq4 {

  margin-bottom: 40px;
}

@media(max-width:767px) {
  #tabContentlbswq4 {
    width: 100%;
  }
}

#tabContentlbswq4 .rows {
  width: 990px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 16px;
}

/*娲涢槼鏈嶈锤鍩哄湴*/
.wlsy-fmjd-carousel&gt;img {
  height: 500px;
}

.fmjd-body1 .fmjd-body1-body1-top {
  background: #f5f5f5;
  height: 68px;
  width: 100%;
}

.fmjd-body1 .fmjd-body1-body1-top&gt;div&gt;p {
  display: inline;
  line-height: 68px;
  font-size: 16px;
  font-weight: bold;
}

.fmjd-body1 ul&gt;li&gt;a {
  font-size: 16px;
  line-height: 68px;
  height: 68px;
}

/*娲涢槼鏈嶈锤鍩哄湴*/
.wlsy-fmjd-carousel&gt;img {
  height: 500px;
}

.fmjd-body1 .fmjd-body1-body1-top {
  background: #f5f5f5;
  height: 68px;
  width: 100%;
}

@media(max-width:767px) {
  .fmjd-body1 .fmjd-body1-body1-top {
    padding-left: 10px;
  }
}

.fmjd-body1 .fmjd-body1-body1-top&gt;div&gt;p {
  display: inline;
  line-height: 68px;
  font-size: 16px;
  font-weight: bold;
}

.fmjd-body1 ul&gt;li&gt;a {
  font-size: 16px;
  line-height: 68px;
  height: 68px;
}

/*娲涢槼鏈嶈锤椤圭洰姒傛嫭*/
#tabContentfmjd1 {
  margin-bottom: 20px;
}

.fmjd-body1&gt;.fmjd-body1-body1 #tabContentfmjd1 {
  width: 990px;
}

@media(max-width:767px) {
  .fmjd-body1&gt;.fmjd-body1-body1 #tabContentfmjd1 {
    width: 100%;
    margin-bottom: 0;
  }
}

.fmjd-body1 .fmjd-news-top {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media(max-width:767px){
  .fmjd-body1 .fmjd-news-top{
    margin-bottom: 20px;
  }
}
.fmjd-body1 .fmjd-news-top&gt;p {
  margin: 0px;
}

.fmjd-body1 .fmjd-news-body1 {
  margin-top: 33px;
  margin-bottom: 33px;
}
@media(max-width:767px){
  .fmjd-body1 .fmjd-news-body1{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.fmjd-body1 .tab-content p {
  font-size: 16px;
  text-indent: 2em;
  color: #666;
  line-height: 26px;
}

@media(max-width:767px) {
  .fmjd-body1 .tab-content p {
    padding-left: 10px;
  }
}

/*娲涢槼鏈嶈锤椤圭洰瀵艰埅*/
#tabContentfmjd2 {
}

.fmjd-body1 #tabContentfmjd2 {
}

.fmjd-body1 #tabContentfmjd2&gt;img {
  margin-top: 60px;
}

/*娲涢槼鏈嶈锤椤圭洰棰勮*/
#tabContentfmjd3 {
  margin-bottom: 93px;
}

#tabContentfmjd3 {
  position: relative;
  height: 100%;
  font-family: 'Microsoft YaHei', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
@media(max-width:767px){
  #tabContentfmjd3 .identification,
  #tabContentfmjd4 .identification{
    margin-left: 20px;
  }
}
#tabContentfmjd3 .swiper-button-next1 {}



#tabContentfmjd3 .swiper-button-next2 {
  top: 78%;
}

#tabContentfmjd3 .swiper-button-prev2 {
  top: 78%;
  left: 114px;
}

@media(max-width:767px) {
 
  #tabContentfmjd3 .swiper-button-next2 {
    left: 88%;
  }

  #tabContentfmjd3 .swiper-button-prev2 {
    left: 1%;
  }
}

#tabContentfmjd3 .swiper-container {
  margin-top: 30px;
  width: 100%;
  height: 495px;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width:767px){
  #tabContentfmjd3 .swiper-container {
    height: 235px;
  }
}
#tabContentfmjd3&gt;.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#tabContentfmjd3 .gallery-thumbs {
  width: 100%;
  height: 173px;
  box-sizing: border-box;
  padding: 10px 0;
}
@media(max-width:767px){
  #tabContentfmjd3 .gallery-thumbs{
    height: 95px;
  }
}
/*娲涢槼鏈嶈锤娓╂硥椤圭洰鑱旂粶*/
#tabContentfmjd4 {
}

@media(max-width:767px) {
  #tabContentfmjd4 {
    width: 100%;
    margin-bottom: 30px;
  }
}

#tabContentfmjd4&gt;div&gt;.rows {
  margin-top: 80px;
  font-size: 16px;
}

#tabContentfmjd4 .fmjd4-right {
  margin-top: -15px;
  margin-left: -55px;
}
@media(max-width:767px){
  #tabContentfmjd4 .fmjd4-right{
    margin-left: -5px;
    text-align: center;
  }
}
/*娲涢槼鐢虫嘲濂ユ柉鐗归厭搴�*/
.wlsy-stast-carousel&gt;img {
  height: 500px;
}

.stast-body1 .stast-body1-body1-top {
  background: #f5f5f5;
  height: 68px;
  width: 100%;
}

@media(max-width:767px) {
  .stast-body1 .stast-body1-body1-top .container {
    padding-left: 20px;
  }
}

.stast-body1 .stast-body1-body1-top&gt;div&gt;p {
  display: inline;
  line-height: 68px;
  font-size: 16px;
  font-weight: bold;
}

.stast-body1 ul&gt;li&gt;a {
  font-size: 16px;
  height: 68px;
  line-height: 68px;
}

@media(max-width:767px) {
  .stast-body1 ul&gt;li&gt;a {
    line-height: 56px;
  }
}

/*椤圭洰姒傝*/
#tabContentstast1 {
  margin-bottom: 50px;
}

.stast-body1&gt;.stast-body1-body1 #tabContentstast1 {
  width: 990px;
}

@media(max-width:767px) {
  .stast-body1&gt;.stast-body1-body1 #tabContentstast1 {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 0;
  }
}

.stast-body1 .stast-news-top {
  margin-top: 60px;
  margin-bottom: 45px;
}
@media(max-width:767px){
  .stast-body1 .stast-news-top{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.stast-body1 .stast-news-top&gt;p {
  margin: 0px;
}

.stast-body1 .stast-news-body1 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.stast-body1 .tab-content p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  text-indent: 2em;
}

/*椤圭洰瀵艰埅*/
#tabContentstast2 {}

/*椤圭洰棰勮*/
#tabContentstast3 {
  margin-bottom: 100px;
}

#tabContentstast3 {
  position: relative;
  height: 100%;
  font-family: 'Microsoft YaHei', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}


@media(max-width:767px) {
  #tabContentstast3 .identification {
    margin-left: 20px;
  }

}

#tabContentstast3 .swiper-container {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 490px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:767px) {
  #tabContentstast3 .swiper-container {
    height: 235px;
  }
}

#tabContentstast3&gt;.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#tabContentstast3 .gallery-thumbs {
  width: 100%;
  height: 170px;
}

@media(max-width:767px) {
  #tabContentstast3 .gallery-thumbs {
    height: 90px;
  }
}

/*椤圭洰鑱旂粶*/
#tabContentstast4 {}

/*娲涢槼鐢虫嘲鏂颁笘绾箍鍦�*/
.wlsy-xsjgc-carousel&gt;img {
  height: 500px;
}

.xsjgc-body1 .xsjgc-body1-body1-top {
  background: #f5f5f5;
  height: 68px;
  width: 100%;
}

.xsjgc-body1 .xsjgc-body1-body1-top&gt;div&gt;p {
  display: inline;
  line-height: 68px;
  font-size: 16px;
  font-weight: bold;
}

@media(max-width:767px) {
  .xsjgc-body1 .xsjgc-body1-body1-top&gt;div&gt;p {
    padding-left: 10px;
  }
}

.xsjgc-body1 ul&gt;li&gt;a {
  font-size: 16px;
  line-height: 68px;
  height: 68px;
}

/*椤圭洰姒傝*/

.xsjgc-body1&gt;.xsjgc-body1-body1 #tabContentxsjgc1 {
  width: 990px;
}

@media(max-width:767px) {
  .xsjgc-body1&gt;.xsjgc-body1-body1 #tabContentxsjgc1 {
    width: 100%;
  }
}

.xsjgc-body1 .xsjgc-news-top {
  margin-top: 30px;
  /* margin-bottom: 45px; */
}

@media(max-width:767px) {
  .xsjgc-body1 .xsjgc-news-top {
    margin-bottom: 0;
    padding-left: 10px;
    margin-top: 20px;
  }
}

.xsjgc-body1 .xsjgc-news-top&gt;p {
  text-indent: 2em;
  margin: 0px;
  color: #666;
  line-height: 26px;
  font-size: 16px;
}

.xsjgc-body1 .xsjgc-news-bottom {
  text-align: center;
}

.xsjgc-body1 .xsjgc-news-bottom {
  margin-top: 44px;
  margin-bottom: 20px;
}

@media(max-width:767px) {
  .xsjgc-body1 .xsjgc-news-bottom {
    padding-left: 10px;
    margin-top: 20px;
  }
}

/*椤圭洰瀵艰埅*/
#tabContentxsjgc2 {
  margin-bottom: 30px;
  padding: 0;
}
@media(max-width:767px){
  #tabContentxsjgc2{
    margin-bottom: 0;
  }
  #tabContentxsjgc2 .identification,
  #tabContentxsjgc3 .identification,
  #tabContentxsjgc4 .identification{
    margin-left: 20px;
    margin-bottom: 0;
  }
}
#tabContentxsjgc2 img {
  margin-top: 60px;
}

/*椤圭洰棰勮*/
#tabContentxsjgc3 {
  margin-bottom: 60px;
}

#tabContentxsjgc3 {
  position: relative;
  height: 100%;
  font-family: 'Microsoft YaHei', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

#tabContentxsjgc3 .swiper-button-next2 {
  top: 78%;
}

#tabContentxsjgc3 .swiper-button-prev2 {
  top: 78%;
  left: 110px;
}

@media(max-width:767px) {

  #tabContentxsjgc3 .swiper-button-next2 {
    left: 88%;
  }

  #tabContentxsjgc3 .swiper-button-prev2 {
    left: 1%;
  }
}

#tabContentxsjgc3 .swiper-container {
  margin-top: 20px;
  width: 100%;
  height: 490px;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width:767px){
  #tabContentxsjgc3 .swiper-container {
    height: 232px;
  }
}
#tabContentxsjgc3&gt;.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#tabContentxsjgc3 .gallery-thumbs {
  width: 100%;
  height: 173px;
  box-sizing: border-box;
  padding: 10px 0;
}
@media(max-width:767px){
  #tabContentxsjgc3 .gallery-thumbs{
    height: 90px;
  }
}
/*椤圭洰鑱旂粶*/
#tabContentxsjgc4 {
  margin-bottom: 50px;
  padding: 0;
}

@media(max-width:767px) {
  #tabContentxsjgc4 {
    margin-bottom: 30px;
    width: 100%;
    padding-left: 10px;
  }
}

#tabContentxsjgc4 .xmll{
  color: #666;
  font-size: 14px;
  width: 990px;
  margin: 0 auto;
}
@media(max-width:767px){
  #tabContentxsjgc4 .xmll{
    margin-left: 20px;
    margin-top: 10px;
  }
}
/*鐢虫嘲澶ч厭搴�*/
.wlsy-djd-carousel&gt;img {
  height: 436px;
  width: 100%;
}

.djd-body1 .djd-body1-body1-top {
  background: #f5f5f5;
  height: 68px;
  width: 100%;
}

.djd-body1 .djd-body1-body1-top&gt;div&gt;p {
  display: inline;
  line-height: 68px;
  font-size: 16px;
  font-weight: bold;
}

.djd-body1 ul&gt;li&gt;a {
  font-size: 16px;
  height: 68px;
  line-height: 68px;
}

/*椤圭洰姒傛嫭*/
#tabContentdjd1 {
  height: 600px;
  width: 990px;
}

#tabContentdjd1 .djd-news-top {
  margin-top: 80px;
}

#tabContentdjd1 .djd-news-top p {
  color: #666;
  font-size: 16px;
}

/*椤圭洰瀵艰埅*/
#tabContentdjd2 {
  height: 1200px;
  width: 990px;
}

#tabContentdjd2 img {
  margin-top: 60px;
  margin-bottom: 67px;
}

#tabContentdjd2 div p {
  margin: 0;
  line-height: 22px;
  font-size: 16px;
}

/*椤圭洰棰勮*/
#tabContentdjd3 {
  height: 1000px;
}

#tabContentdjd3 {
  position: relative;
  height: 100%;
  font-family: 'Microsoft YaHei', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

#tabContentdjd3 .swiper-container {
  margin-top: 80px;
  margin-bottom: 96px;
  width: 714px;
  height: 445px;
  margin-left: auto;
  margin-right: auto;
}

#tabContentdjd3&gt;.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#tabContentdjd3 .gallery-thumbs {
  width: 75%;
  height: 173px;
  box-sizing: border-box;
  padding: 10px 0;
}

/*椤圭洰鑱旂粶*/
#tabContentdjd4 {
  width: 990px;
  height: 600px;
}

#tabContentdjd4 .rows {
  margin-top: 80px;
  font-size: 16px;
}

/*寤虹瓚瑁呴グ*/
#sajz {
  line-height: 79px;
  margin-bottom: 0;
  color: #4d4852;
  font-weight: bold;
}
@media(max-width:767px){
  #sajz{
    margin-left: 20px;
  }
}
.sajzbody .rcln-con .post-list-left {
  width: 75.2%;
}

.stcy-jzzs-carousel {
  text-align: center;
}

.stcy-jzzs-carousel .jzzx-top {
  line-height: 13px;
}
@media(max-width:767px){
  .stcy-jzzs-carousel .jzzx-top{
    margin-left: 10px;
  }
}
.stcy-jzzs-carousel h1 {}

.jzzxbody {
  margin: 0 auto;
  /* width: 1200px; */
  margin-bottom: 30px;
}
@media(max-width:767px){
  .jzzxbody .tpnr {
    margin: 0 10px 30px 10px;
  }
}

.jzzxbody .cont {
  box-shadow: 0 0 11px rgba(43, 93, 151, 0.1);
  -ms-box-shadow: 0 0 11px rgba(43, 93, 151, 0.1);
  -moz-box-shadow: 0 0 11px rgba(43, 93, 151, 0.1);
  -webkit-box-shadow: 0 0 11px rgba(43, 93, 151, 0.1);
  -o-box-shadow: 0 0 11px rgba(43, 93, 151, 0.1);
  color: #999;
  padding-bottom: 15px;
}

.jzzxbody .cont .cont-top {
  font-size: 18px;
  text-align: center;
  color: #666666;
  padding-top: 30px;
}

.jzzxbody .cont p {
  font-size: 1em;
  line-height: 1.7em;
  margin: 15px 30px;
  text-align: justify;
}

.jzzxbody .cont .cont-button {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
  width: 108px;
  height: 35px;
  line-height: 35px;
  background-color: #f1f1f1;
  color: #9c9c9c;
  margin: 0 auto;
}

.jzzxbody a:hover .cont-button {
  background-color: #006743;
  color: #fff;
}

.jzzxbody .tpnr:hover {
  margin-top: -1px;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
}

.jzsg-body1-body1-top {
  background: #f5f5f5;
  height: 68px;
  width: 100%;
}

.jzsg-body1-body1-top&gt;div&gt;p {
  display: inline;
  line-height: 68px;
  font-size: 16px;
  font-weight: bold;
}
@media(max-width:767px){
  .jzsg-body1-body1-top&gt;div&gt;p{
    margin-left: 10px;
  }
}
.jzsg-body1-body1-top ul&gt;li&gt;a {
  font-size: 13px;
  height: 68px;
  line-height: 68px;
}

#tabContentjzsg1&gt;div {
  margin-bottom: 50px;
  font-size: 13px;
  color: #666;
  line-height: 22px;
  text-indent: 2em;
}

#jzsg-button {
  line-height: 360px;
}

#tabContentjzsg33 .swiper-container {
  margin-top: 100px;
  margin-bottom: 100px;
  height: 480px;
  width: 716px;
  margin-left: auto;
  margin-right: auto;
}

#tabContentjzsg33 .gallery-thumbs2 {
  width: 80%;
  height: 174px;
  box-sizing: border-box;
  padding: 10px 0;
}

#navjzsg ul li a:hover {
  background: url(assets/img/zjst/fzyg/fzyg_03.png);
  ;
}

.navjzsg li {
  background: url(assets/img/zjst/fzyg/fzyg_05.png);
}

#tabContentjzsg2 {
  text-align: center;
  position: relative;
  /* width: 990px; */
}

#tabContentjzsg2 #jzsg2-body {
  position: absolute;
  left: 0;
  top: 370px;
  width: 97%;
  margin-left: 20px;
}
@media(max-width:767px){
  #tabContentjzsg2 #jzsg2-body{
    top: 125px;
    width: 100%;
  }
}
#tabContentjzsg2 #tabContentjzsg11 .item img {
  margin-left: 0;
}

#tabContentjzsg2 .jzsg-body {
  text-align: center;
  margin-bottom: 12px;
}

#tabContentjzsg2 .nav-tabs&gt;li {
  text-align: center;
  padding: 0;
  border: 1px solid #ffffff;
  height: 40px;
  background: url(assets/img/stcy/jzzs/sajs/sajs_08.png);
}
@media(max-width:767px){
  #tabContentjzsg2 .nav-tabs {
    padding-right: 30px;
  }
  #tabContentjzsg2 .nav-tabs li a{
    padding-left: 8px;
    padding-right: 8px;
  }
}
#tabContentjzsg2 .nav-tabs&gt;li&gt;a:hover {
  /* background-color: #0c8c5f; */
}

#tabContentjzsg2 .top {
  text-align: left;
  margin-top: 100px;
}
@media(max-width:767px){
  #tabContentjzsg2 .top{
    margin-top: 60px;
  }
}
#tabContentjzsg2 .tab-content p {
  font-size: 13px;
  line-height: 22px;
  color: #777777;
}

#tabContentjzsg2 #top1 {
  text-indent: 2em;
}

#tabContentjzsg2 .body {
  text-align: left;
}

#tabContentjzsg2 .foot {
  text-align: left;
  margin-bottom: 50px;
}
@media(max-width:767px){
  #tabContentjzsg2 .foot{
    margin-bottom: 0;
  }
}
#tabContentjzsg3 {
  /* width: 990px; */
}

#tabContentjzsg3 .zzry-top1 {
  font-size: 18px;
  margin-top: 40px;
}

#tabContentjzsg3 .zzry-top2 {
  text-align: center;
  margin-left: 67px;
}
@media(max-width:767px){
  #tabContentjzsg3 .zzry-top1{
    margin-top: 0;
  }
  #tabContentjzsg3 .zzry-top2 {
    margin-left: -10px;
  }
}
#tabContentjzsg3 .zzry-top3 {
  font-size: 13px;
  margin-top: 22px;
  text-align: center;
}

#tabContentjzsg3 .zzry-body1 {
  font-size: 18px;
  margin-top: 60px;
}
@media(max-width:767px){
  #tabContentjzsg3 .zzry-body1{
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
#tabContentjzsg3 .zzry-body2 {
  text-align: center;
  margin-bottom: 40px;
}
@media(max-width:767px){
  #tabContentjzsg3 .zzry-body2{
    margin-bottom: 20px;
  }
}
#tabContentjzsg3 .zzry-body3 {
  text-align: center;
}

#tabContentjzsg3 .zzry-body4 {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 46px;
}
@media(max-width:767px){
  #tabContentjzsg3 .zzry-body4{
    margin-top: 0;
    margin-bottom: 0;
  }
}
#tabContentjzsg3 .zzry-body5 {
  margin-bottom: 40px;
}
@media(max-width:767px){
  #tabContentjzsg3 .zzry-body5{
    margin-bottom: 20px;
  }
}
.gotop a {
  font-size: 15px;
  margin-right: 15px;
  color: #0C8C5F;
}

/*鍢夋嘲瑁呴グ*/
.sajzbody .rcln-con .post-list-left {
  width: 75.2%;
  padding-bottom: 20px;
}

#tabContentjtzs1 {
  font-size: 13px;
  color: #777777;
  text-indent: 2em;
  line-height: 22px;
  margin-bottom: 50px;
}
#jtzs{
  padding-top: 0;
}
#tabContentjtzs2 {
  margin: 0 auto;
  margin-top: 50px;
  /* margin-bottom: 50px; */
}
@media(max-width:767px){
  #tabContentjtzs2 .jtzs-zs{
    padding-left: 0;
  }
}
#tabContentjtzs2 .jtzs-zs&gt;div {
  height: 72px;
  width: 275px;
  border: 2px solid #f6f6f6;
  margin-bottom: 30px;
}
@media(max-width:767px){
  #tabContentjtzs2 .jtzs-zs&gt;div{
    width: 325px;
    margin-left: 10px;
    text-align: center;
  }
  #tabContentjtzs2 .jtzs-zs&gt;div p{
    margin-left: -25px;
  }
}
#tabContentjtzs2 .col-sm-4 img {
  margin-left: -30px;
}

#tabContentjtzs2 .col-sm-4&gt;div p {
  margin-top: 20px;
  font-size: 18px;
}

/*鍢夋嘲瑁呴グ-閮戝窞*/
#tabContentjtzs2-zz p {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 15px;
}

#tabContentjtzs2-zz a:visited {
  color: #666;
}

#tabContentjtzs2-zz {
  position: relative;
  font-family: 'Microsoft YaHei', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0 auto;
}
.identification-jtzs{
  margin-bottom: 20px;
  margin-left: 10px;
}
@media(max-width:767px){
  .identification-jtzs{
    margin-left: 0;
  }
}
#tabContentjtzs2-zz .swiper-container {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  height: 172px;
  margin-left: auto;
  margin-right: auto;
}

#tabContentjtzs2-zz&gt;.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#tabContentjtzs2-zz .gallery-top {
  height: 410px;
  width: 100%;
}
@media(max-width:767px){
  #tabContentjtzs2-zz .gallery-top{
    height:220px;
  }
}
#tabContentjtzs2-zz .gallery-thumbs {
  height: 145px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 40px;
}
@media(max-width:767px){
  #tabContentjtzs2-zz .gallery-thumbs {
    height:100px;
  }
}
.swiper-button-zz1 {}

.swiper-button-zz2 {
  left: 150px;
}

.swiper-button-zz3 {
  top: 78%;
}

.swiper-button-zz4 {
  top: 78%;
  left: 115px;
}

/*鐗╀笟鏈嶅姟*/
.wyfw {
  /* margin-top: 27px; */
  /* padding-bottom: 15px; */
}

.wyfwtop {
  margin-top: 27px;
  margin-bottom: 45px;
}

.wyfwbody {
  font-size: 16px;
  color: #666;
}
@media(max-width:767px){
  .wyfwbody{
    margin-top: 20px;
    margin-left: 20px;
  }
}
.wyfwfoot {
  width: 145px;
  background: url(assets/img/stcy/wyfw/wyfw_07.jpg);
  padding: 0;
  margin-bottom: 20px;
}
@media(max-width:767px){
  .wyfwfoot {
    margin-right: 20px;
  }
}
.wyfwfoot p {
  color: #e7e7e7;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 0px;
}

.wyfw-con {
  margin-top: 45px;
}
@media(max-width:767px){
  .wyfw-con {
    margin: 30px 20px 0 20px;
  }
}
.wyfw-con p {
  text-indent: 2em;
  font-size: 13px;
  line-height: 22px;
  color: #777777;
}

.wyfw-body-con {
  margin-top: 19px;
}

.wyfw-body {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
  height: 300px;
}

.wyfw-body1 {
  /* margin-bottom: 60px; */
}

.swiper-father3 {
  position: relative;
}

.wyfw-body .swiper-wyfw {
  margin-bottom: 40px;
  height: 217px;
  padding: 0;
  background-color: #fff;
}

.wyfw-body .swiper-caption {
  background-color: #f5f5f5;
  margin-top: 0px;
  line-height: 66px;
  height: 66px;
}

.wyfw-body .swiper-slide {
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
}

.wyfw-body .huodong p {
  margin-top: 15px;
  margin-bottom: 35px;
  margin-left: -35px;
  font-size: 18px;
  text-align: left;
  color: #0C8C5F;
}

.swiper-button-wyfw2 {
  width: 40px;
  height: 39px;
  top: 45%;
  left: -3%;
  /* background: url(assets/img/stcy/wyfw/wyfw-01.png); */
}

.swiper-button-wyfw1 {
  width: 40px;
  height: 40px;
  top: 45%;
  right: -22.5%;
  /* background: url(assets/img/stcy/wyfw/wyfw-02.png); */
}


/***************鏂伴椈涓績*****************/
#xw-mbx {
  padding-left: 0;

}

/* 鏂伴椈涓績news*/
.post-list {
  position: relative;
  /* margin-bottom: 100px; */
  padding-left: 5px;
  /* border-top: 1px solid #eaeaea; */
  /* padding-top: 20px; */
}

.jtjj-top {
  /* border-bottom: 1px solid #eaeaea; */
}
@media(max-width:767px){
  .jtjj-top {
    padding-left: 0px;
  }
}
.jtjj-top #wyfw-mbx p {
  line-height: 59px;
  margin: 0;
}

#wyfw-mbx {
  margin-left: -18px;
}

.post-list-time {
  display: block;
  margin-bottom: 15px;
  font-size:27px;
  font-weight: bold;
  line-height: 27px;
  font-family: "Typopro-Rubik-Light";
  color:#6d8ac4;
}

.post-list-title {
  line-height: 30px;
  font-weight: bold;
  margin: 5px 0 15px 0;
  font-size: 18px;
  color: #474545;
}

@media(max-width:767px) {
  .post-list-time,
  .post-list-title,
  .post-list-con {
    margin-left: 20px;
  }
}

.post-list-con {
  line-height: 22px;
  text-align: justify;
}

.post-list-tubiao {
  width: 430px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #006743;
  background-color: #dcdddd;
}

@media(max-width:767px) {
  .post-list-tubiao {
    width: 99%;
  }
}

.post-list-tubiao i {
  font-size: 28px;
  line-height: 2;
}

.post-list-top a:hover .post-list-tubiao {
  background-color: #006743;
  color: #fff;
}

.post-list-img {
  line-height: 224px;
  text-align: center;
}

.post-list-top .col-sm-6 {
  margin-left: -10px;
  /* margin-bottom: 20px; */
}

.post-list .post-list-left {
  border-right: 1px solid #eaeaea;
}

.post-list .post-list-left .post-list-top {
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

@media(max-width:767px) {
  .post-list .post-list-left .post-list-top {
    margin-bottom: 0;

  }

  .post-list .post-list-left .post-list-top .col-xs-12 {
    margin-left: -10px;
  }

  .post-list .post-list-left .post-list-top .post-list-time,
  .post-list .post-list-left .post-list-top .post-list-title,
  .post-list .post-list-left .post-list-top .post-list-con {
    margin-left: 0;
  }

}

.post-list .post-list-left .post-list-top .row {
  /* margin-left: 0; */
}

@media(max-width:767px) {
  .post-list .post-list-left .post-list-top .row {
    margin-left: 0;
  }
}

.post-list .post-list-right {}

.post-list .post-list-right div {}

.post-list .post-list-left .post,
.post-list .post-list-left .page {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e6e6;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.post-list .post-list-left .post:hover,
.post-list .post-list-left .page:hover {
  background-color: #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

.post-list .post-list-thumb {
  float: left;
  padding-right: 15px;
}

.post-list .post-list-thumb img {
  height: 110px;
  width: 140px;
}

.category-shen-tai-da-xue .post-list .post-list-thumb img {
  height: 100px;
  width: 100px;
}

.post-list .post-list-content {
  /* padding-right: 20px; */
}

@media(max-width: 767px) {
  .post-list .post-list-content {
    /* margin-left: 10px; */
  }
}

.post-list .post-list-content a:hover .entry-title {
  color: #006743;
}

.post-list .post-list-content .entry-title {
  color: #474545;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 8px;
}

.post-list .post-list-content .post-date {
  color: #746969;
  font-size: 12px;
  line-height: 18px;
}

.post-list .post-list-content .post-excerpt {
  font-size: 12px;
  margin-top: 8px;
  line-height: 18px;
  color: #746969;
  overflow: hidden;
}
.category-12 .post-list .post-list-content .post-excerpt{
  margin-top: 18px;
}
.post-list .pager-loose {
  margin-right: 20px;
}

.post-list .pager-loose .active a,
.post-list .pager-loose li:hover a {
  background-color: #006743;
  border-color: #006743;
  color: #fff;
}

.pager li a {
  color: #757575;
}


.fixed-rig {
  margin-top: 20px;
}

.fixed-right1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fixed-right2 {
  margin-bottom: 20px;
}

.fixed-right3 {
  margin-bottom: 20px;
}

.newshonors {
  padding-bottom: 0px;
}

.newshonors&gt;.honorstop {
  text-align: center;
}

.newshonors&gt;.honorstop p {
  color: #0c8c5f;
}

.newshonors .honorstop .univers {
  line-height: 30px;
}

.newshonors .honorstop .Source-Bold {
  line-height: 20px;
  margin-bottom: 0;
  font-size: 20px;
}

#icon a {
  color: #333;
  text-decoration: none;
}

.iconfont {
  font-size: 12px;
}

.news-rows {
  height: 180px;
}

.news-news&gt;.news-rows&gt;.col-sm-2 img {
  width: 200px;
  height: 160px;
}

.news-news {
  padding-top: 25px;
}

.jtxw-news {
  width: 960px;
  height: 160px;
  background: #f3f3f3;
  margin-left: -10px;
}

.jtxw-news&gt;span {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 50px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.jtxw-news&gt;p {
  margin-left: 50px;
}

.news-news&gt;.rows4 {
  margin-bottom: 170px;
}

.xwzx-jtxw {
  height: 100%;
  width: 100%;
  /* background: -webkit-linear-gradient(top, #ffffff, #ddf2eb); */
}


/*鏂伴椈璇︽儏*/

.contentsxq {
  line-height: 77px;
}

.contentsxq .breadcrumb {
  padding: 0;
  margin-bottom: 0;
}

.jtxwxq-news {
  /* padding-top: 10px; */
  /* border-bottom: 2px solid #c5c5c5; */
  /* border-top: 1px solid #eee; */
}

.jtxwxq-news #new-left {
  /* padding-right: 30px; */
}

.jtxwxq-news .sidbar-left {
  background: #F5F5F5;
  padding-bottom: 25px;
  padding-right: 35px;
  padding-left: 35px;
}

.jtxwxq-news .top {
  padding-top: 35px;
  padding-bottom: 20px;
}

.jtxwxq-news .top p.span1 {
  font-size: 16px;
  color: #333;
  line-height: 16px;
}

/* .jtxwxq-news .jtxwxq-left {
  border-right: 1px solid #eee;
  padding-right: 20px;
} */

.siderbar-left-ul {
  margin-bottom: 0;
  padding-left: 0;
}

.siderbar-left-ul li {
  padding-bottom: 25px;
}

.siderbar-left-ul li a {}

.siderbar-left-ul li .post-link {}

.siderbar-left-ul li .post-date {
  font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.siderbar-left-ul li .post-title {
  font-family: 'SourceHanSansSC-Medium';
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.siderbar-left-ul li .post-excerpt {
  font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #666;
}

.jtxwxq-news .foot {
  text-align: center;
}

.jtxwxq-news .foot img {
  text-align: center;
  margin-bottom: 15px;
}

.jtxwxq-news .foot p {
  font-size: 14px;
}

/*鍙�*/
/* #fixed-right {
  padding: 0;
} */

.jtxwxq-news .news-detail {
  padding: 0px 0px 25px 0px;
}

@media(max-width:767px) {
  .jtxwxq-news .news-detail {
    padding-left: 10px;
  }
}

.jtxwxq-news .news-detail .entry-title {
  font-family: 'SourceHanSansCN-Bold';
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #474545;
  margin-top: 0;
}

.jtxwxq-news .news-detail .entry-meta {
  margin-top: 20px;
  /* margin-bottom: 35px; */
  padding-bottom: 10px;
  color: #746969;
  font-size: 12px;
  border-bottom: 1px solid #ececec;
}

.jtxwxq-news .news-detail .entry-meta span {
  margin-left: 8px;
}

.jtxwxq-news .news-detail .entry-meta .post-author {
  margin-left: 0;
}

.jtxwxq-news .news-detail .entry-meta .post-date {}

.jtxwxq-news .news-detail .entry-meta .post-views {}

.jtxwxq-news .news-detail .entry-content img {
  /* float:left; */
}

@media(max-width:767px) {
  .single-post .jtxwxq-news .news-detail .entry-content img {
    float: left;
    margin-left: 0;
  }

  .jtxwxq-news .news-detail .entry-content img {
    /* float: left; */
    margin-left: -35px;
  }
}

.jtxwxq-news .entry-content p {
  font-size: 14px;
  text-indent: 2em;
  margin: 10px auto;
  color: #746969;
  line-height: 25px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.jtxwxq-news .entry-content .shzr-body4,
.jtxwxq-news .entry-content .xwxq-body2,
.jtxwxq-news .entry-content .xwxq-body-4,
.jtxwxq-news .entry-content .xwxq-body-5 {
  text-indent: 2em;
}

@media(max-width:767px) {
  .jtxwxq-news .entry-content p {
    margin-left: 0;
  }

  .jtxwxq-news .entry-content .shzr-nry-body2,
  .jtxwxq-news .entry-content .xwxq-body-3 {
    text-indent: 2em;
  }
}

.marginbottom {
  margin-bottom: 80px;
}

/*news3*/
.news3-body&gt;p {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  text-indent: 2em;
  margin-right: 33px;
}

/*news4*/

/*琛屼笟璧勮*/
.hyzx-rows {
  height: 180px;
}

.hyzx&gt;.hyzxstop {
  text-align: center;
  line-height: 20px;
  font-size: 22px;
  color: #0d8c5f;
  margin-top: 40px;
}

.hyzx-news {
  margin-top: 25px;
}

.hyzx-news&gt;.hyzx-rows {
  padding-bottom: 10px;
}

.hyzx-news&gt;.hyzx-rows img {
  width: 200px;
  height: 160px;
}

.hyzx-news .rows2 {
  margin-bottom: 170px;
}

/*琛屼笟璧勮-绁炵伒瀵�*/
.hyzs-slz {
  height: 1850px;
}

.hyzs-slz .col-sm-4 {
  height: 700px;
}

.hyzs-slz .col-sm-8 {
  height: 1600px;
}

/*琛屼笟璧勮-鏈嶅姟璐告槗鍩哄湴*/
.hyzs-fmjd {
  height: 1500px;
}

.hyzs-fmjd .col-sm-4 {
  height: 700px;
}

.hyzs-fmjd .col-sm-8 {
  height: 1100px;
}

/*****************鍝佺墝鏂囧寲**********************/
/*鏂囧寲鐞嗗康*/
.whln-body {
  padding: 0;
}

.whln-body .whln-top {
  text-align: center;
  margin-bottom: 20px;
}

.whln-body .whln-content {
  margin: 0 auto;
}

.whln-body .whln-content .con {
  color: #0d8c5f;

}

.whln-body .whln-content p {
  font-size: 13px;
}

/*浜烘枃娲诲姩*/
.rwhd-top {
  padding-bottom: 0px;
}

.rwhd-top&gt;.rwhdtop {
  line-height: 20px;
  text-align: center;
  margin-top: 40px;
  color: #0d8c5f;
  font-size: 20px;
}

.rwhd-top div span {
  margin-left: 15px;
  color: #666;
  font-size: 14px;
}

.rwhd-body {
  position: relative;
  height: 100%;
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0 auto;
}

.rwhd-body  #zjst-jtry  .gallery-top-jtry{
  height: 450px;
  margin-top: 0;
}
@media(max-width:767px){
  .rwhd-body  #zjst-jtry  .gallery-top-jtry{
    height: 260px;
  }
}

.rwhd-body .swiper-container {
  /* width: 59.5%;
  margin: 0 auto; */
}

.rwhd-body .gallery-thumbs {
  width: 73%;
  height: 173px;
  box-sizing: border-box;
  padding: 10px 0;
}

.rwhd-body .swiper-father {
  margin-bottom: 30px;
  margin-top: 40px;
}



.rwhd-body .swiper-button-next2 {
  top: 79%;
  left: 79%;
}

.rwhd-body .swiper-button-prev2 {
  left: 8.8%;
  top: 79%;
}

@media(max-width:767px) {
  .rwhd-body .swiper-button-next2 {
    top: 71%;
    left: 79%;
  }

  .rwhd-body .swiper-button-prev2 {
    left: 7%;
    top: 71%;
  }
}

/*浜烘枃娲诲姩-鐢虫嘲鏉�*/
.stb-top1 {
  margin-bottom: 40px;
}

.stb-top {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}

.stb-body {
  text-align: center;
}

.stb-body p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  text-align: left;
  margin-left: 2em;
}

.stb-body img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stb-foot {
  text-align: right;
  font-size: 16px;
}

.stb-foot a {
  color: #666666;
}

/******************绀句細璐ｄ换*********************/
.shzr-right a&gt;li {
  margin: 0 0 0 35px;
}

.shzr-mbx {
  margin-left: -20px;
  padding: 0;
}

.shzr {
  width: 1660px;
  background: #0d8c5f;
  margin: 0 auto;
}

.shzr .swiper-container {
  width: 1200px;
  position: relative;
}

.shzr .swiper-slide .col-sm-5 {
  margin-top: 109px;
}

.shzr .swiper-slide .col-sm-5 p {
  color: #f5f5f5;
}

.shzr .nry-top1 {
  font-size: 17px;
  margin-left: 60px;
}

.shzr .nry-top2 {
  font-size: 15px;
  margin-left: 60px;
  margin-bottom: 35px;
  line-height: 10px;
}

.shzr .nry-top3 {
  text-align: left;
  font-size: 14px;
  margin-left: 60px;
}

.shzr-body {
  margin: 0 auto;
}

.shzr-body .shzr-nry-body2 {
  text-align: center;
  margin-top: 31px;
  margin-bottom: 46px;
}

.shzr-body .shzr-nry-body2 div {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  color: #666666;
}

.shzr-body1 {
  color: #0d8c5f;
  font-size: 18px;
  margin-top: 41px;
  margin-bottom: 36px;
}

.shzr-body2 {
  font-size: 13px;
  color: #6c6c6c;
  margin-bottom: 35px;
}

.shzr-nry-body1 {
  font-size: 16px;
  color: #6c6c6c;
}

@media(max-width:767px) {
  .shzr-nry-body1 {
    text-indent: 0;
  }
}

.shzr-body4 {
  text-indent: 2em;
  font-size: 13px;
  line-height: 22px;
  color: #6c6c6c;
}

.shzr-body9 {
  margin-top: 36px;
  margin-bottom: 90px;
}

@media(max-width:767px) {
  .shzr-body9 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.tab-pane-swiper {
  position: relative;
}

/*鎸夐挳*/
.swiper-button-nry1 {
  position: absolute;
  left: 53%;
  background-image: url(assets/img/shzr/shzr2.png);
}

.swiper-button-nry1:hover {
  background-image: url(assets/img/shzr/shzr2-1.png);
}

.swiper-button-nry2 {
  position: absolute;
  left: 1%;
  background-image: url(assets/img/shzr/shzr1.png);
}

.swiper-button-nry2:hover {
  background-image: url(assets/img/shzr/shzr1-1.png);
}

/*鎸囩ず鐐�*/
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: url(assets/img/shzr/shzr-gycs01.png);
  opacity: .8;
}

.swiper-pagination-bullet-active {
  z-index: 111;
  opacity: 1;
  background: url(assets/img/shzr/shzr-gycs02.png);
}

.swiper-pagination1 {
  margin-left: -20%;
}

.post-thumbnail1 {
  height: 170px;
  width: 100%;
}


/*绀句細璐ｄ换-鏂伴椈璇︽儏*/
.shzr-xwxq-top a {
  text-decoration: none;
  color: #747474;
}

.shzr-xwxq {
  width: 1200px;
  margin: 0 auto;
  background: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 20px;
}

.xwxq-body-4 {
  margin-top: 10px;
}

.xwxq-body-5 {
  margin-top: 10px;
}

.shzr-xwxq-body {
  width: 934px;
  margin: 0 auto;
}

.shzr-xwxq .xwxq-body1 {
  font-size: 18px;
  text-align: center;
}

.shzr-xwxq .xwxq-body1 p {
  padding-top: 55px;
  margin-bottom: 40px;
}

.shzr-xwxq .xwxq-body2 {
  font-size: 13px;
  line-height: 22px;
  color: #6c6c6c;
  text-indent: 2em;
}

.shzr-xwxq .xwxq-body-3 {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 17px;
}

.shzr-xwxq .xwxq-body-4 {
  font-size: 13px;
  color: #6c6c6c;
  line-height: 22px;
  text-indent: 2em;
  margin-bottom: 44px;
}

.shzr-xwxq .xwxq-body-5 {
  font-size: 13px;
  line-height: 22px;
  color: #6c6c6c;
  text-indent: 2em;
  margin-top: 14px;
  padding-bottom: 55px;
}


/*****************浜哄姏璧勬簮**********************/
.rlzy-right a&gt;li {
  margin: 0 0 0 30px;
}

/*浜烘墠鐞嗗康*/
.rcln-top .rclntop {
  /* line-height: 20px; */
margin-top: 40px;
text-align: center;
font-size: 20px;
color: #0c8c5f;
}

.rcln-body {
  position: relative;
}

.rcln-body .post-list-left {
  margin-left: 0;
}

.rcln-body .top1 {
  text-indent: 2em;
  margin-top: 0px;
  margin-bottom: 35px;
  color: #6c6c6c;
  font-size: 15px;
  margin-left: 0px;
}

.rcln-body .top2 {}

.rcln-con .post-list-left {
  margin-left: -28px;
  float: left;
  width: 74.8%;
}

.rcln-body .post-list-left p {
  font-size: 14px;
}

@media(max-width:767px) {
  .rcln-body .post-list-left p {
    margin-left: 10px;
  }

  .rcln-body .post-list-left img {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.rcln-con .post-list-right {
  padding: 0;
}

*/

/*鍔犲叆鎴戜滑*/
.post-list-jrwm {
  width: 990px;
  margin: 0 auto;
}

.post-list-jrwm .post-list-content {
  box-shadow: 0 0 11px rgba(43, 93, 151, 0.3);
  -ms-box-shadow: 0 0 11px rgba(43, 93, 151, 0.3);
  -moz-box-shadow: 0 0 11px rgba(43, 93, 151, 0.3);
  -webkit-box-shadow: 0 0 11px rgba(43, 93, 151, 0.3);
  -o-box-shadow: 0 0 11px rgba(43, 93, 151, 0.3);
}

.category11 .post-list-left .more {
  border-radius: 6px;
  width: 85px;
  height: 30px;
  margin-top: 25px;
  margin-right:10px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #006743;
}

@media(max-width:767px) {
  .category11 .post-list-left .more {
    margin-top: -33px;
  }
}

.jrwm-top .jrwmtop {
  line-height: 20px;
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: #0c8c5f;
}

.jrwm-body .top1 {
  margin-top: 30px;
  color: #0c8c5f;
  font-size: 20px;
}

.jrwm-body .top2 {
  margin-top: 43px;
  color: #666;
  font-size: 15px;
}

.jrwm-body .top3 {
  margin-top: 40px;
  color: #666;
  font-size: 15px;
}

.jrwm-body .jrwm-rzzg {
  margin-bottom: 75px;
}

/*********************鑱旂郴鎴戜滑***********************/
#lxwm-mbx {
  border-bottom: 1px solid #eaeaea;
}

.lxwm-body {
  position: relative;
  /* margin-top: 37px; */
}

.rcln-top .rclntop h1 {
  color: #0c8c5f;
  margin-top: 0;
}

.lxwm-top {
  text-align: center;
  /* width: 1200px; */
  /* border-bottom: 2px solid #c5c5c5; */
  margin-bottom: 30px;
}

.lxwm-dz {
  height: 267px;
  background: #006743;
  color: #fff;
  padding: 0;
}

@media(max-width:767px) {
  .lxwm-dz {
    height: 430px;
  }
  .lxwm-dz .container{
    margin-left: 20px;
  }
}
.lxwm-dz  hr{
  border-top: 1px solid #004e33;
}

.lxwm-dz .dz-right {
  /* padding-top: 150px; */
  /* margin-right: 100px; */
  width: 117px;
  height: 117px;
  line-height: 33px;
  text-align: center;
}

@media(max-width:767px) {
  .lxwm-dz .dz-right {
    padding-top: 40px;
    margin-right: 126px;
  }
}

.lxwm-dz .dz-right a {
  color: #fff;
}

.lxwm-dz .dz-con {
  padding-top: 50px;
  /* padding-left: 65px; */
}

@media(max-width:767px) {
  .lxwm-dz .dz-con {
    padding-top: 30px;
    padding-left: 10px;
  }
}

.lxwm-dz .dz-con a {
  margin-left: 20px;
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 45px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #006743;
}

@media(max-width:767px) {
  .lxwm-dz .dz-con a {
    margin-left: 0;
    width: 36px;
  }
}

.lxwm-dz .dz-con a:hover {
  border: 1px solid #fff;
  border-radius: 12px;
}

.lxwm-dz .dz-lx {
  /* margin-left: 65px; */
  float: left
}

@media(max-width:767px) {
  .lxwm-dz .dz-lx {
    margin-left: 10px;
  }
}

.lxwm-dz .dz-lx a {
  color: #fff;
}

.lxwm-map {
  /* margin-bottom: 50px; */
  height: 500px;
}
@media(max-width:767px){
  .lxwm-map {
    height: 300px;
  }
}
.lxwm-body2 {
  /* width: 1180px; */
  /* background: url(assets/img/lxwm/p_1_1.jpg); */
  height: 389px;
  background-color: #f1eff1;
}

@media(max-width:767px) {
  .lxwm-body2 {
    height: 600px;
  }
}

.lxwm-body .container-fluid .row {
  /* width: 1180px; */
  margin: 0 auto;
}

.lxwm-left {
  margin-left: -10px;
}

@media(max-width:767px){
  .lxwm-left {
    margin-left: 20px;
  }
}
.lxwm-left-top {
  /* margin-left: 15px; */
  font-size: 12px;
  line-height: 40px;
  color: #333;
}

.lxwm-left-bottom {
  /* margin-left: -10px; */
  margin-top: 43px;
  line-height: 20px;
  font-size: 15px;
  color: #666;
}

@media(max-width:767px) {
  .lxwm-left-top {
    margin-left: 0px;
  }

  .lxwm-left-bottom {
    margin-left: 0;
  }
}

.lxwm-left-bottom .hnst {
  font-size: 15px;
  color: #564f4a;
}

.lxwm-left .lxwm-left-top{
  margin-top: 40px;
  margin-bottom: 43px;
}
.lxwm-right{
  margin-left: 50px;
}
.lxwm-right .lxwm-right-top{
  margin-top: 40px;
  /* margin-left: 50px; */
  margin-bottom: 43px;
}
@media(max-width:767px) {
  #lxwm {
    margin-left: 0;
  }
  .lxwm-right{
    margin-left: 30px;
    padding: 0;
  }
  #lxwm-bottom {
  }
}
#lxwm{
  margin-left: 0;
}
#lxwm li {
  margin-right: 30px;
}
@media(max-width:767px){
  #lxwm li {
    margin-right: 20px;
  }
}
#lxwm li a {
  background-color: #f1eff1;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-size: 15px;
  line-height: 57px;
  border-bottom: 1px solid #ddd;
}

@media(max-width:767px) {
  #lxwm li a {
    padding-left: 0;
  }
}

#lxwm li.active a {
  border-bottom: 1px solid #0c8c5f;
}

#lxwm-bottom .active {
  position: relative;
  /* margin-left: -10px; */
  font-size: 16px;
}

#lxwm-bottom .active p {
  font-size: 13px;
}

#lxwm-bottom .lxwm-bottom {
  font-size: 15px;
  color: #564f4a;
}

#lxwm-bottom .lxwm-bottom-left {
  float: left;
  font-size: 13px;
  color: #564f4a;
}


.lxwm-right {}

.lxwm-right-top {
  margin-top: 63px;
  /* margin-left: 63px; */
  font-size: 22px;
  color: #e7e7e7;
}

.lxwm-right-bottom {
  margin-left: 63px;
  margin-top: 23px;
  font-size: 15px;
  color: #e7e7e7;
}

.lxwm-right-bottom li input {
  background-color: #44a783;
  width: 250px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.lxwm-right-bottom ul textarea {
  background-color: #44a783;
  border: 1px solid #e7e7e7;
  width: 330px;
}

.lxwm-right-bottom li hr {
  margin-top: 0px;
}

.lxwm-right-bottom div {
  margin-left: -20px;
  width: 350px;
}

/*鐢虫嘲澶у*/
.stdx-dxgk {
  margin: 0 auto;
}

.tubiao-tb {
  margin-left: -15px;
}

.tubiao-tb ol {
  margin-left: -15px;
}

.stdx-dxgk .stdx-dxgk-top {
  margin-top: 22px;
  color: #333;
  font-size: 18px;
  padding-bottom: 6px;
}

.stdx-dxgk .stdx-dxgk-body {
  font-size: 13px;
  line-height: 22px;
  text-indent: 2em;
  color: #666;
  padding-bottom: 9px;
}

.stdx-dxgk .stdx-dxgk-bottom {}

.stdx-dxgk .stdx-dxgk-bottom1 {
  margin-top: 15px;
}

.stdx-lj a {
  text-decoration: none;
  color: #f4a138;
}

.xhx {
  width: 1200px;
  margin: 0 auto;
}

.stdx-xy {
  width: 1200px;
  margin: 0 auto;
}

.stdx-xy-top {
  color: #333;
  font-size: 18px;
  margin-top: 50px;
  padding-bottom: 9px;
}

.stdx-xy-body {
  text-indent: 2em;
  line-height: 22px;
  font-size: 13px;
  color: #666;
  text-align: left;
  width: 792px;
}

.stdx-xy-right1 {
  padding-bottom: 43px;
}

.stdx-xy-right {
  margin-top: 31px;
  margin-left: 51px;
  margin-bottom: 28px;
}

/*鐢虫嘲澶у-澶у绠€浠�*/
.stdx-dx-top {
  margin: 0 auto;
}

.stdx-dx-top .top1 {
  font-size: 18px;
  color: #000;
  margin-top: 19px;
  margin-bottom: 9px;
}

.stdx-dx-top .top2 {
  font-size: 13px;
  color: #666;
  line-height: 22px;
}

.stdx-dx-top .top2 p {
  margin: 0px;
  /* text-indent: 2em; */
}

.stdx-dx-top .top11 {
  /* margin-top: 39px; */
}

.stdx-dx-top2 {
  margin: 0 auto;
  background: url(assets/img/rlzy/stdx/stdxjj/stdx_03.jpg);
  margin-top: 42px;
  padding-top: 6%;
  padding-left: 8%;
  padding-bottom: 0px;
}

.stdx-dx-top2 .dx-tp1 {
  width: 194px;
  height: 193px;
  background-image: url(assets/img/rlzy/stdx/stdxjj/stdx_05.png);
}

.stdx-dx-top2 .dx-tp2 {
  width: 194px;
  height: 193px;
  background-image: url(assets/img/rlzy/stdx/stdxjj/stdx_07.png);
}

.stdx-dx-top2 .dx-tp3 {
  width: 194px;
  height: 193px;
  background-image: url(assets/img/rlzy/stdx/stdxjj/stdx_09.png);
}

.stdx-dx-top2 .dx-tp1:hover {
  background-image: url(assets/img/rlzy/stdx/stdxjj/stdx_05-1.png);
}

.stdx-dx-top2 .dx-tp2:hover {
  background-image: url(assets/img/rlzy/stdx/stdxjj/stdx_07-1.png);
}

.stdx-dx-top2 .dx-tp3:hover {
  background-image: url(assets/img/rlzy/stdx/stdxjj/stdx_09-1.png);
}

.stdx-dx-top1 {
  margin: 0 auto;
}

.stdx-dx-top1 .top1 {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 16px;
}

.stdx-dx-top1 .top2 {
  /* text-indent: 2em; */
  font-size: 13px;
  color: #666;
  margin-bottom: 21px;
}

.stdx-dx-top1 .top3 {
  margin-bottom: 26px;
  background: #f5f5f5;
  height: 254px;
}

@media(max-width:767px) {
  .jtxwxq-news .news-detail .entry-content .stdx-dx-top1 .top3 img {
    margin-left: 0;
  }

  .stdx-dx-top1 .top3 {
    padding-top: 20px;
    padding-left: 20px;
    height: 600px;
  }
}
.stdx-dx-top1 .dx-right{
  padding-left: 0;
  margin-left: -10px;
}

.stdx-dx-top1 .dx-top {
  font-size: 20px;
  color: #0C8c5f;
  margin-left: 10px;
  margin-top: 30px;
}
.stdx-dx-top1 .dx-top p,
.stdx-dx-top1 .dx-top11 p{
  font-family: "SourceHanSansSC-Medium","Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media(max-width:767px) {
  .stdx-dx-top1 .dx-top {
    margin-left: 0;
  }
}

.stdx-dx-top1 .dx-top2 {
  margin-left: 10px;
  font-size: 13px;
  line-height: 14px;
  margin-right: 5px;
}

@media(max-width:767px) {
  .stdx-dx-top1 .dx-top2 {
    margin-left: 0;
    padding-top: 0;
  }
}

.stdx-dx-top1 .dx-top2 p {
  line-height: 18px;
  margin: 0;
}

@media(max-width:767px) {
  .stdx-dx-top1 .dx-top2 p {
    line-height: 17px;
    margin: 0;
    padding-right: 13px;
    text-indent: 0;
  }
}

.stdx-dx-top1 .dx-top2 .dx-top2-xq {
  line-height: 18px;
  margin-bottom: 10px;
  /* margin-left: 25px; */
}

@media(max-width:767px) {
  .stdx-dx-top1 .dx-top2 .dx-top2-xq {
    padding-right: 13px;
    margin-left: 0;
  }
}

.stdx-dx-top1 .dx-top22 p {
  line-height: 18px;
  margin: 0;
}

@media(max-width:767px) {
  .stdx-dx-top1 .dx-top22 p {
    line-height: 20px;
    margin: 0;
    padding-bottom: 5px;
    padding-right: 14px;
  }
}

.stdx-dx-top1 .dx-top11 {
  font-size: 20px;
  color: #0C8c5f;
  margin-left: 10px;
  margin-top: 30px;
}

@media(max-width:767px) {
  .stdx-dx-top1 .dx-top11 {
    margin-left: 0;
  }
}

.stdx-dx-top1 .dx-top22 {
  margin-left: 10px;
  font-size: 13px;
  line-height: 13px;
}

@media(max-width:767px) {
  .stdx-dx-top1 .dx-top22 {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.stdx-dx-top1 .top3-1 {
}

@media(max-width:767px) {
  .stdx-dx-top1 .top3-1 {
    margin-bottom: 0;
  }
}

/*宸ュ晢绠＄悊瀛﹂櫌*/
.stdx-body1-body1-top {
  background: #f5f5f5;
  height: 68px;
  line-height: 68px;
}

.stdx-body1 .nav-tabs {
  margin-top: -104px;
  border: none;
}

.stdx-body1 .nav-tabs li {
  line-height: 68px;
  height: 68px;
  padding-top: 30px;
}

.stdx-body1 .nav-tabs li.active {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.stdx-body1 .nav-tabs li.active&gt;a {
  border: none;
}

.stdx-body1-body1-top .nav-tabs {
  line-height: 68px;
}

.gsgl-top {
  margin: 0 auto;
  margin-top: 10px;
}

.gsgl-top1 {
  font-size: 18px;
  color: #000;
  /* margin-bottom: 15px; */
}

.gsgl-top2 {
  text-indent: 2em;
  font-size: 13px;
  line-height: 22px;
  color: #666;
  margin-bottom: 10px;
}

@media(max-width:767px) {
  .gsgl-top2 {
    margin-bottom: 0;
  }
}

.ggsl-body {
  /* padding-top: 5px; */
  margin: 0 auto;
  /* margin-bottom: 57px; */
}

@media(max-width:767px) {
  .ggsl-body {
    margin-bottom: 0;
  }

  .jtxwxq-news .news-detail .entry-content .ggsl-body img {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.gsgl-foot {
  margin-bottom: 20px;
}

@media(max-width:767px) {
  .gsgl-foot {
    margin-bottom: 0;
  }
}

/*娉曞緥澹版槑*/
/* #con-bottom{
  border-bottom: 2px solid #c5c5c5;
} */
.entry-content .top-1 {
  margin-top: 20px;
  margin-bottom: 18px;
  font-weight: bolder;
  color: #006743;
  font-size: 18px;
}

.entry-content .top {
  margin-top: 45px;
  margin-bottom: 18px;
  font-weight: bolder;
  color: #006743;
  font-size: 18px;
}

.entry-content .top1 {
  color: #666666;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}

.flsm-body  .entry-content .top2 {
  margin-bottom: 58px;
}
#crumb .breadcrumb {
  margin-left: -10px;
}

@media(max-width:767px) {
  .entry-content .top2 {
    margin-bottom: 0;
  }

  #crumb .breadcrumb {
    margin-left: 10px;
  }
}

#crumb1 .breadcrumb {
  margin-left: -20px;
}

/******************鍏叡搴曢儴*********************/
#tl hr {
  margin-top: 0;
  margin-bottom: 0;
  color: #eaeaea;
}

.tl-bot {
  border-bottom: 1px solid #eaeaea;
}

.home .tl-bot {
  border: none;
}

/*搴曢儴*/
.footer {
  color: #6E6E6E;
  /* background: #F5F5F5; */
  font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: relative;
}

.single .footer {
  /* margin-top: 130px; */
}

.footer a:hover,
.footer a:visited {
  text-decoration: none;
}

.foot-content {
  border-bottom: 1px solid #f2f2f2;
  line-height: 80px;
}

@media (max-width: 767px) {
  .foot-content {
    line-height: 1.5;
  }
}

.foot-content a,
.foot-content a.active {
  font-size: 12px;
  color: #2e2e57;
}

.foot-content .foot-right a {
  color: #4b4b51;
}

.foot-content a:hover {
  color: #006743;
}

.foot-content .foot-left {
  padding-right: 0;
}

.foot-content .foot-left p {
  margin-bottom: 0;
  margin-right: 8px;
}

.foot-content .foot-left .wechat-area p.footer-wx {
  float: left;
}

.foot-content .foot-left a.wx {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin-top: 22px;
  margin-left: 12px;
  text-align: center;
  border-radius: 20px;
  background: #FFF url('assets/img/stcy/dckf/wechat-black.png') no-repeat center center;
  position: relative;
  -webkit-transition: .5s cubic-bezier(.3, 0, 0, 1);
  -moz-transition: .5s cubic-bezier(.3, 0, 0, 1);
  transition: .5s cubic-bezier(.3, 0, 0, 1)
}

.foot-content .foot-left a.wx:hover {
  background: #1ec354 url('assets/img/stcy/dckf/wechat-white.png') no-repeat center center;
}

.foot-content .foot-left .indexewm {
  position: absolute;
  bottom: 40px;
  right: -59.5px;
  width: 150px;
  height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  z-index: 10
}

.foot-content .hover .indexewm {
  height: 150px;
}

.foot-content .foot-left,
.foot-content .foot-right {
  font-size: 12px;
  font-weight: bold;
  color: #4b4b51;
}


.foot-content .foot-right {
  background: #f2f2f2;
  border-left: 1px solid #e5e5e5;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 42px;
  color: #4b4b51;
}

@media (max-width: 767px) {
  .foot-content .foot-right {
    line-height: 1.5;
  }

  .foot-content .foot-left .copyright-area {
    padding-top: 20px;
    padding-left: 20px;
    background: #f2f2f2;
  }
}

.foot-content .foot-right p {
  margin-bottom: 0px;
}

/*404*/
.error-404 {
  margin-bottom: 30px;
}

/*鍒嗕韩*/

.bdsharebuttonbox {
  float: right;
  margin-top: -4px;
}

.bdsharebuttonbox .fenxiang {
  float: left;
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 0;
}

/* .bdsharebuttonbox{
  height: 30px;
} */
/* .bdsharebuttonbox a{
  height: 30px;
  width: 30px;
}
.bdsharebuttonbox .bds_weixin{
  background-position: 0 0 !important;
  background-image:url(assets/img/xwzx/wxtb.png);
}
.bdsharebuttonbox  .bds_tsina{
  background-position: 0 0 !important;
  background-image:url(assets/img/xwzx/wbtb.png)!important;
}
.bdsharebuttonbox  .bds_qzone{
  background-position: 0 0 !important;
  background-image:url(assets/img/xwzx/kjtb.png)!important;
}
.bdsharebuttonbox  .bds_sqq{
  background-position: 0 0 !important;
  background-image:url(assets/img/xwzx/qqtb.png)!important;
} */

/*鐩稿叧鏂伴椈*/
.relative-news {
  border-top: 2px solid #e8e6e6;
}
.relative-news .relative-left{
  border-right: 1px dotted #ccc;
}
.relative-news .relative-left h1{
  margin-bottom: 15px;
  height: 40px;
  line-height: 22px;
  font-weight: bold;
  font-size: 18px;
}
.relative-news .relative-about{
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #474545;
  margin-bottom: 30px;
}</pre></body></html>